@charset "utf-8";

/*init_start*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    -ms-overflow-style: scrollbar;
}

html,
body {
    font-family: Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif;
	/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif, Microsoft YaHei;*/
    color: #262626;
    font-size: 14px;
}

a:link {
    text-decoration: none;
    font-size: 16px;
	color: #262626;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

.clear_padding_left {
    padding-left: 0;
}

.clear_padding_right {
    padding-right: 0;
}

.clear_margin_left {
    margin-left: 0;
}

.clear_margin_right {
    margin-right: 0;
}

/*init_end*/


/*common_css_start*/

html,body {
    width: 100%;
    height: 100%;
	
}


@media (max-width: 767px)
{
	html,body {
    height:auto;
	
}
}


.chb {
	overflow:hidden;	
}

/*common_css_end*/


/*弹层后，禁止body窗体滚动的样式，供js调用*/
.noscroll body {
    overflow: hidden;
}


/*首页封面*/
.page_cover{
	width:100%;
	position:absolute;
	left:0;
	/*right:0;*/
	top:0;
	height:100%;
	z-index:20;
	background-color:rgba(255,255,255,1);
	overflow:hidden;
	/*background: -moz-linear-gradient(to bottom, #fff 0%, #fff 50%);
    background: -webkit-linear-gradient(to bottom, #fff 0%, #fff 50%);
    background: -o-linear-gradient(to bottom, #fff 0%, #fff 50%);
    background: -ms-linear-gradient(to bottom, #fff 0%, #fff 50%);
    background: linear-gradient(to bottom, #fff 0%, #fff 50%);*/
}

.page_cover .main_c_c
{
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
.page_cover .main_c_c .logo_c_c
{
	display:table-cell;
	vertical-align:middle;
}
.page_cover .main_c_c .logo_c_c .text_show_c
{
	line-height:30px;
	font-size:14px;
	text-align:center;
	padding:0 15px;
}

.page_cover_hidden{
	 /*background-color:rgba(255,255,255,0);*/
	 top:-200%;
	 -moz-transition: all 3s ease 0.0s;
    -webkit-transition: all 3s ease 0.0s;
    -o-transition: all 3s ease 0.0s;
    transition: all 3s ease 0.0s;
	z-index:-10; 	
}

/*默认首页*/
.defaule_page
{
	width:100%;
	height:100%;
	display:table;
	background-image:url(../images/index-bg.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);    
	
}
.defaule_page .main_c
{
	display:table-cell;
	vertical-align:middle;
}
.defaule_page .main_c .logo_c
{
	width:100%;
	text-align:center;
}


.defaule_page .main_c .nav_list_c
{
	
	text-align:center;
}

.defaule_page .main_c .nav_list_c ul li
{
	display:inline-block;
	margin:0 10px;
	padding-left:65px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:20px;
	position:relative;
	overflow:hidden;
}


@media (max-width: 1290px) and (min-width: 1281px)
{
		.defaule_page .main_c .nav_list_c ul li{
               padding-left:60px;
         }
}

@media (max-width: 1280px) and (min-width: 1200px){
		.defaule_page .main_c .nav_list_c ul li{
               padding-left:60px;
         }
}


@media (max-width: 991px) and (min-width: 768px){
   .defaule_page .main_c .nav_list_c ul li{
	   margin:0  auto;
	   padding-left:55px;
	   padding-right:8px;
	}
}


@media (max-width: 767px)
{
	   .defaule_page .main_c .nav_list_c ul li{
	   margin:18px  auto;
	   padding-left:0;
	   padding-right:10px;
	   display:block;
	   width:135px;
	   text-align:right;
	}
}


.defaule_page .main_c .nav_list_c ul li.bgnumber1
{
	background:url(../images/1a.png) no-repeat 10px center;
}
.defaule_page .main_c .nav_list_c ul li.bgnumber2
{
	background:url(../images/2a.png) no-repeat 10px center;
}
.defaule_page .main_c .nav_list_c ul li.bgnumber3
{
	background:url(../images/3a.png) no-repeat 10px center;
}
.defaule_page .main_c .nav_list_c ul li.bgnumber4
{
	background:url(../images/4a.png) no-repeat 10px center;
}
.defaule_page .main_c .nav_list_c ul li.bgnumber5
{
	background:url(../images/5a.png) no-repeat 10px center;
}
.defaule_page .main_c .nav_list_c ul li.bgnumber6
{
	background:url(../images/6a.png) no-repeat 10px center;
}
@media (max-width: 767px)
{
	.defaule_page .main_c .nav_list_c ul li.bgnumber1
	{
		background:url(../images/1a.png) no-repeat 5px center;
	}
	.defaule_page .main_c .nav_list_c ul li.bgnumber2
	{
		background:url(../images/2a.png) no-repeat 5px center;
	}
	.defaule_page .main_c .nav_list_c ul li.bgnumber3
	{
		background:url(../images/3a.png) no-repeat 5px center;
	}
	.defaule_page .main_c .nav_list_c ul li.bgnumber4
	{
		background:url(../images/4a.png) no-repeat 5px center;
	}
	.defaule_page .main_c .nav_list_c ul li.bgnumber5
	{
		background:url(../images/5a.png) no-repeat 5px center;
	}
	.defaule_page .main_c .nav_list_c ul li.bgnumber6
	{
		background:url(../images/6a.png) no-repeat 5px center;
	}	
}

.defaule_page .main_c .nav_list_c ul li a{
    font-size: 20px;
    color: #666;
}

@media (max-width: 1360px) and (min-width: 1291px){
	.defaule_page .main_c .nav_list_c ul li a{
		font-size: 18px;
   }
}

@media (max-width: 1290px) and (min-width: 1281px)
{
		.defaule_page .main_c .nav_list_c ul li a{
		    font-size: 18px;
         }
}
@media (max-width: 1280px) and (min-width: 1200px){
		.defaule_page .main_c .nav_list_c ul li a{
		    font-size: 18px;
         }
}


@media (max-width: 1199px) and (min-width: 992px){
		.defaule_page .main_c .nav_list_c ul li a{
		    font-size: 16px;
         }
}

@media (max-width: 991px) and (min-width: 768px){
		.defaule_page .main_c .nav_list_c ul li a{
		    font-size: 16px;
         }
}


@media (max-width: 767px)
{
			.defaule_page .main_c .nav_list_c ul li a{
		    font-size: 16px;
         }
}

.defaule_page .main_c .nav_list_c ul li a.alinkc{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	width:100%;
	text-align:center;
	z-index:20;
}
.defaule_page .main_c .nav_list_c ul li:hover a
{
	color:#d9302d;	
}
.defaule_page .main_c .nav_list_c ul li .div_bg_top
{
	position:absolute;
	width:100%;
	height:2px;
	/*left:0;*/
	right:-100%;
	top:0;
	/*bottom:0;*/
	background-color:#d9302d;	
    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 	
}

.defaule_page .main_c .nav_list_c ul li .div_bg_right
{
	position:absolute;
	width:2px;
	height:100%;
	/*left:0;*/
	right:0;
	top:-100%;
	/*bottom:0;*/
	background-color:#d9302d;	

    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 	
	
}
.defaule_page .main_c .nav_list_c ul li .div_bg_bottom
{
	position:absolute;
	width:100%;
	height:2px;
	/*left:0;*/
	left:-100%;
	/*top:0;*/
	bottom:0;
	background-color:#d9302d;	

    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 		
}
.defaule_page .main_c .nav_list_c ul li .div_bg_left
{
	position:absolute;
	width:2px;
	height:100%;
	/*left:0;*/
	left:0;
	/*top:0;*/
	bottom:-100%;
	background-color:#d9302d;	
    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 		
}
.defaule_page .main_c .nav_list_c ul li:hover {
	cursor:pointer;
}
.defaule_page .main_c .nav_list_c ul li:hover .div_bg_top
{
	right:0;
    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 	
}


.defaule_page .main_c .nav_list_c ul li:hover .div_bg_right
{
	top:0;
    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 	
}


.defaule_page .main_c .nav_list_c ul li:hover .div_bg_bottom
{
	left:0;
    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 	
}


.defaule_page .main_c .nav_list_c ul li:hover .div_bg_left
{
	bottom:0;
    -moz-transition: all 0.5s ease 0.0s;
    -webkit-transition: all 0.5s ease 0.0s;
    -o-transition: all 0.5s ease 0.0s;
    transition: all 0.5s ease 0.0s; 	
}


/*pc_navgator_start*/
.ny_pc_main_nav {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(255,255,255,0.85);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding-left: 95px;
    padding-right: 95px;
}
.ny_pc_main_nav.ny_pc_main_nav_indentation{
    position:fixed;
    top: -100px;    
}
.ny_pc_main_nav.ny_pc_main_nav_fixed{
    top: 0;
	background-color: rgba(255,255,255,1);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;      
}

/*big_parent_element_ctrl_start*/
@media (max-width: 767px) {
    .ny_pc_main_nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ny_pc_main_nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ny_pc_main_nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .ny_pc_main_nav {
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media (min-width: 1281px) and (max-width: 1290px) {
    .ny_pc_main_nav {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (min-width: 1291px) and (max-width: 1360px) {
    .ny_pc_main_nav {
        padding-left: 70px;
        padding-right: 70px;
    }
}

/*big_parent_element_ctrl_end*/




.ny_pc_main_nav .nav_pos {
    position: relative;
}

.ny_pc_main_nav .nav_pos .logo_parent_container {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.ny_pc_main_nav .nav_pos .logo_parent_container .logo_container {
    width: auto;
    height: 100%;
    display: table;
}

.ny_pc_main_nav .nav_pos .logo_parent_container .logo_container .logo_area {
    display: table-cell;
    vertical-align: middle;
}


.ny_pc_main_nav .nav_pos  .pc_menu_btn
{
    height: 100%;
    display: table;
	float:right;   
    padding: 20px 15px 20px 0;
}


.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area {
    display: table-cell;
    vertical-align: middle;

}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p {
    width: 30px;
    float: right;
    cursor: pointer;
    padding: 0 0;
    overflow: hidden;

}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p .icon-caidan
{
	font-size:24px;
}

/*.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #716f70;

    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;   
}


.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p span:before,
.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #716f70;
}


.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p:hover span
{
    background-color: #d9302d;
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;    
}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p:hover span:before
{
    background-color: #d9302d;
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;    
}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p:hover span:after
{
    background-color: #d9302d;
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;  	
}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p span:before {
    transform: translate(20%, -9px);
    -ms-transform: translate(20%, -9px);
    -moz-transform: translate(20%, -9px);
    -webkit-transform: translate(20%, -9px);
    -o-transform: translate(20%, -9px);
	
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;		
}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p span:after {
    transform: translate(20%, 8px);
    -ms-transform: translate(20%, 8px);
    -moz-transform: translate(20%, 8px);
    -webkit-transform: translate(20%, 8px);
    -o-transform: translate(20%, 8px);

    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;	

}



.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p .active_sapn:before {

    transform: translate(-30%, -9px);
    -ms-transform: translate(-30%, -9px);
    -moz-transform: translate(-30%, -9px);
    -webkit-transform: translate(-30%, -9px);
    -o-transform: translate(-30%, -9px);

}


.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p .active_sapn:after {
    transform: translate(-30%, 5px);
    -ms-transform: translate(-30%, 5px);
    -moz-transform: translate(-30%, 5px);
    -webkit-transform: translate(-30%, 5px);
    -o-transform: translate(-30%, 5px);
}


.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p:hover span:after
{
    transform: translate(0%, 8px);
    -ms-transform: translate(0%, 8px);
    -moz-transform: translate(0%, 8px);
    -webkit-transform: translate(0%, 8px);
    -o-transform: translate(0%, 8px);
	
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;		
}

.ny_pc_main_nav .nav_pos  .pc_menu_btn>.menu_area .menu_btn_p:hover span:before
{
    transform: translate(0%, -9px);
    -ms-transform: translate(0%, -9px);
    -moz-transform: translate(0%, -9px);
    -webkit-transform: translate(0%, -9px);
    -o-transform: translate(0%, -9px);
	
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;		
}*/


.ny_pc_nav_dropdown_overlayer {
    position: fixed;
    top: 0;
    right: -150%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 168;

    -moz-transition: all 0.01s ease;
    -webkit-transition: all 0.01s ease;
    -o-transition: all 0.01s ease;
    transition: all 0.01s ease;


}

/*遮照层出现*/
.active_ny_pc_nav_dropdown_overlayer {
    background-color: rgba(0, 0, 0, 0.35);
    right: 0;
}



/*隐藏菜单容器*/
.scroll_pc_nav_ele {
    position: fixed;
    top: 0;
    right:-150%;
    width: 20%;
    height: 100%;
    z-index: 1101;


    background-color: rgba(255,255,255,0.9);
    word-break: break-all;


    padding: 15px 15px 15px 5px;

    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}

/*点击出现隐藏菜单容器*/
.active_scroll_pc_nav_ele {
    right: 0;

}



/*菜单容器*/
.scroll_pc_nav_child_ele.scroll_pc_nav_contianer {
    width: 100%;
    height: 100%;
    padding: 30px 8px 30px 8px;

    overflow-x: hidden;
    overflow-y: auto;

}

.scroll_pc_nav_child_ele.scroll_pc_nav_contianer>.scroll_pc_nav_list {
    width: 100%;
    height: 100%;
    display: table;
}

.scroll_pc_nav_child_ele.scroll_pc_nav_contianer>.scroll_pc_nav_list ul {
    display: table-cell;
    vertical-align: middle;
}

.scroll_pc_nav_child_ele.scroll_pc_nav_contianer>.scroll_pc_nav_list ul li {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.scroll_pc_nav_child_ele.scroll_pc_nav_contianer>.scroll_pc_nav_list ul li a {
    font-size: 14px;
    color: #262626;
}

.scroll_pc_nav_child_ele.scroll_pc_nav_contianer>.scroll_pc_nav_list ul li a:hover {
    color: #d9302d;
}


.scroll_pc_nav_ele li.closebtn {
    text-align: center;
}

.scroll_pc_nav_ele li.closebtn .closebtn_pc_menu_icon {
    cursor: pointer;
    font-size: 1rem;
    color: #262626;
    font-weight:bold; 
}
.scroll_pc_nav_ele li.closebtn .closebtn_pc_menu_icon:hover{
     color: #d9302d;
}





/*.ny_pc_main_nav .nav_pos .nav_container {
    width: 100%;
    height: 100%;
}

.ny_pc_main_nav .nav_pos .nav_container>ul {
    width: 100%;
    height: 100%;
}

.ny_pc_main_nav .nav_pos .nav_container>ul>li {
	position:relative;
    display: inline-block;
    padding: 23px 0;
    margin-left: 15px;
    vertical-align: middle;
    height: 100%;
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .ny_pc_main_nav .nav_pos .nav_container>ul>li {
        margin-left: 10px;
    }
}

@media (min-width: 1281px) and (max-width: 1290px) {
    .ny_pc_main_nav .nav_pos .nav_container>ul>li {
        margin-left: 10px;
    }
}

@media (min-width: 1291px) and (max-width: 1360px) {
    .ny_pc_main_nav .nav_pos .nav_container>ul>li {
        margin-left: 10px;
    }
}

.ny_pc_main_nav .nav_pos .nav_container>ul>li a {
    font-size: 1rem;
    color: #262626;
}

.ny_pc_main_nav .nav_pos .nav_container>ul>li:hover>a {
    color: #86ac6e;
}

.ny_pc_main_nav .nav_pos .nav_container>ul>li.phonearea {
	padding: 0 0 0 0;
	margin-left:15px;
}

.ny_pc_main_nav .nav_pos .nav_container>ul>li.phonearea a{
	color:#247f02;
}


.ny_pc_main_nav .nav_pos .nav_container>ul>li>a .sub_arrow {
	display:inline-block;
	overflow:hidden;
	border: solid #333;
	border-width: 0 2px 2px 0;
	padding: 2.5px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	position:relative;
	top:-3px;
	margin:0 4px 0 4px;

}
.ny_pc_main_nav .nav_pos .nav_container>ul>li>a .sub_arrow.arrowblack{
	  border: solid #333;
	  border-width: 0 2px 2px 0;
}
.ny_pc_main_nav .nav_pos .nav_container>ul>li:hover .sub_arrow {
	top:0;
	border-color:#86ac6e;
	border-width: 0 2px 2px 0;
	padding: 2.5px;
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	
	transition:all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;	
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container {
	padding:0 0 0 0;
    position: absolute;
    opacity: 0;
    visibility:hidden;
    z-index: -1;
    top: 100%;
    padding-top:30px;
    margin-top: 10px;
	left:0;
	width:510px;
	
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container{
	position: relative;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
	padding:25px 35px 20px 35px;
	text-align:left;
	background-color:#FFF;
	border-radius:6px;
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container.arrow:before{
	position: absolute;
	background: #fff;
    box-shadow: -2px 2px 2px 0 rgba( 187, 187, 187, 0.3);
    content: "";
    display: block;
    height: 15px;
    width: 15px;
    top: -7px;
    left: 28px;
    -webkit-transform: rotate(121deg) skew(0deg, 30deg);
    -moz-transform: rotate(121deg) skew(0deg, 30deg);
    -ms-transform: rotate(121deg) skew(0deg, 30deg);
    -o-transform: rotate(121deg) skew(0deg, 30deg);
	
} 


.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li
{
	display:block;
	text-align:left;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c
{
	overflow:hidden;
	display:inline-block;
	vertical-align:text-top;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c h3
{
	font-size:1rem;
	font-weight:700;
}


.border_bottom_1 {
    position: relative;
    width: 100%;
    height: 1px;
    margin: 15px 0 8px 0px;
    background: -moz-linear-gradient(to right, #86ac6e 0%, #fff 100%);
    background: -webkit-linear-gradient(to right, #86ac6e 0%, #fff 100%);
    background: -o-linear-gradient(to right, #86ac6e 0%, #fff 100%);
    background: -ms-linear-gradient(to right, #86ac6e 0%, #fff 100%);
    background: linear-gradient(to right, #86ac6e 0%, #fff 100%);
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c h3.add_margin_top{
	margin-top:20px;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c h3 .iconfont
{
	font-weight:normal;
	color:#86ac6e;
	font-size:1.2rem;
	margin-right:8px;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c
{
	overflow:hidden;
	display:inline-block;
	width:235px;
	vertical-align:text-top;
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c.reset_w
{
	width:200px;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c.reset_w_1
{
	width:252px;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c.reset_w_2
{
	width:150px;
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c.reset_w_3
{
	width:120px;
}


.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c a
{
	display:block;
	font-size:0.875rem;
	padding:3px 0;
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li.reset_li{
	
}
.ny_pc_main_nav .nav_pos .nav_container > ul > li.reset_li  .sub_nav_container.reset_width
{
	width:auto;
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c a.addnewscss
{
	display:block;
}


.ny_pc_main_nav .nav_pos .nav_container > ul > li .sub_nav_container > .sub_nav_nav_container ul li .level-2c .level-3c a:hover
{
	color:#86ac6e;
}

.ny_pc_main_nav .nav_pos .nav_container > ul > li:hover .sub_nav_container{
    opacity: 1;
    visibility:visible;
    z-index:999;	
	margin-top: 0;
	
	transition:all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	-ms-transition:all 0.6s ease;	
}*/


/*pc_navgator_end*/




/*mobile_navgator_top_and_bottom_start*/
/*移动端顶部导航条_start*/
.ny_mobile_main_nav {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 168;
    background-color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}


.ny_mobile_main_nav.ny_mobile_main_nav_indentation{
    position:fixed;
    top: -100px;    
}
.ny_mobile_main_nav.ny_mobile_main_nav_fixed{
    top: 0;
     -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;      
}


.ny_mobile_main_nav>.mobile_parent_nav_container {

    height: 100%;
    height: 45px;
}



.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_logo_area {
    height: 100%;
    display: table;
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_logo_area>a {
    display: table-cell;
    vertical-align: middle;
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area {
    height: 100%;
    display: table;
	float:right;
    
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area {
    display: table-cell;
    vertical-align: middle;

}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn {
    width: 25px;
    float: right;
    cursor: pointer;
    padding: 10px 0;
    overflow: hidden;

}


.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn .icon-caidan
{
	font-size:18px;
}

/*.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #262626;

    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;   
}


.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn span:before,
.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn span:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    background-color: #262626;
}


.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn:hover span
{
    background-color: #86ac6e;
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;    
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn:hover span:before
{
    background-color: #86ac6e;
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;    
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn:hover span:after
{
    background-color: #86ac6e;
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;  	
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn span:before {
    transform: translate(30%, -8px);
    -ms-transform: translate(30%, -8px);
    -moz-transform: translate(30%, -8px);
    -webkit-transform: translate(30%, -8px);
    -o-transform: translate(30%, -8px);


    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;
}

.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn span:after {
    transform: translate(30%, 7px);
    -ms-transform: translate(30%, 7px);
    -moz-transform: translate(30%, 7px);
    -webkit-transform: translate(30%, 7px);
    -o-transform: translate(30%, 7px);

    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;
}



.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn .active_sapn:before {

    transform: translate(-30%, -7px);
    -ms-transform: translate(-30%, -7px);
    -moz-transform: translate(-30%, -7px);
    -webkit-transform: translate(-30%, -7px);
    -o-transform: translate(-30%, -7px);

}


.ny_mobile_main_nav>.mobile_parent_nav_container>.mobile_menu_area>.menu_area .menu_btn .active_sapn:after {
    transform: translate(-30%, 5px);
    -ms-transform: translate(-30%, 5px);
    -moz-transform: translate(-30%, 5px);
    -webkit-transform: translate(-30%, 5px);
    -o-transform: translate(-30%, 5px);
}*/
/*移动端顶部导航条_end*/
/*mobile_navgator_top_and_bottom_end*/


/*mobile_dropdown_nav_start*/
/*遮照层*/
.ny_mobile_nav_dropdown_overlayer {
    position: fixed;
    top: 0;
    right: -150%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 99;

    -moz-transition: all 0.01s ease;
    -webkit-transition: all 0.01s ease;
    -o-transition: all 0.01s ease;
    transition: all 0.01s ease;


}

/*遮照层出现*/
.active_ny_mobile_nav_dropdown_overlayer {
    background-color: rgba(0, 0, 0, 0.35);
    right: 0;
}

/*隐藏菜单容器*/
.scroll_mobile_nav_ele {
    position: fixed;
    top: 0;
    right: -150%;
    width: 80%;
    height: 100%;
    z-index: 170;

    /*transform: translateX(100%);
	-ms-transform:translateX(100%);
	-moz-transform:translateX(100%);
	-webkit-transform:translateX(100%);
	-o-transform:translateX(100%);	*/


    background-color: rgba(255,255,255,0.9);
    word-break: break-all;

    /*width: 80%;
	height: 100%;
	float: right;*/

    padding: 15px 15px 15px 5px;

    -moz-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;

}

/*点击出现隐藏菜单容器*/
.active_scroll_mobile_nav_ele {
    right: 0;
    /*transform: translateX(0%);
	-ms-transform:translateX(0%);
	-moz-transform:translateX(0%);
	-webkit-transform:translateX(0%);
	-o-transform:translateX(0%);	*/

}



/*菜单容器*/
.scroll_mobile_nav_child_ele.scroll_mobile_nav_contianer {
    width: 100%;
    height: 100%;
    padding: 30px 8px 30px 8px;
         
    overflow-x: hidden;
    overflow-y: auto;

}

.scroll_mobile_nav_child_ele.scroll_mobile_nav_contianer>.scroll_mobile_nav_list {
    width: 100%;
    height: 100%;
    display: table;
}

.scroll_mobile_nav_child_ele.scroll_mobile_nav_contianer>.scroll_mobile_nav_list ul {
    display: table-cell;
    vertical-align: middle;
}

.scroll_mobile_nav_child_ele.scroll_mobile_nav_contianer>.scroll_mobile_nav_list ul li {
    width: 100%;
    padding: 15px 0;
    text-align: center;
}

.scroll_mobile_nav_child_ele.scroll_mobile_nav_contianer>.scroll_mobile_nav_list ul li a {
    font-size: 14px;
    color: #262626;
}

.scroll_mobile_nav_child_ele.scroll_mobile_nav_contianer>.scroll_mobile_nav_list ul li a:hover {
    color: #d9302d;
}


.scroll_mobile_nav_ele li.closebtn {
    text-align: center;
}

.scroll_mobile_nav_ele li.closebtn .closebtn_mobile_menu_icon {
    cursor: pointer;
    font-size: 1rem;
    color: #262626;
    font-weight:bold; 
}
.scroll_mobile_nav_ele li.closebtn .closebtn_mobile_menu_icon:hover{
     color: #d9302d;
}

/*mobile_dropdown_nav_end*/



/*index_banner_start*/
.swiper-container{
    width: 100%;
	height:100%;
}
.swiper-wrapper{
    width: 100%;
	height:100%;
}
.swiper-slide{
    width: 100%;
	height:100%;
}

.animate_slide
{
    width: 100%;
	height:100%;	
}

.animate_slide.slide1
{
	background-color:#999;
}

.animate_slide.slide2
{
	background-color:#FF0;
}

.animate_slide.slide3
{
	background-color:#00F;
}

.animate_slide.slide4
{
	background-color:#F00;
}


/*@media (max-width: 767px) {
	.swiper-container {
	    width: 100%;
	    height: 200px;
        padding-left: 15px;
        padding-right: 15px;		
        margin-top: 68px;	    
	}	

}

@media (min-width: 768px) and (max-width: 991px) {
	.swiper-container {
	    width: 100%;
	    height: 300px;
        padding-left: 15px;
        padding-right: 15px;			
	    margin-top: 68px;	    
	}		
}

@media (min-width: 992px) and (max-width: 1199px) {
	.swiper-container{
	    width: 100%;
	    height: 500px;
        padding-left: 15px;
        padding-right: 15px;			
	    margin-top: 68px;	    
	}	
}


@media (min-width: 1200px) and (max-width: 1280px) {
    .swiper-container {
        padding-left: 50px;
        padding-right: 50px;
    }
}


@media (min-width: 1281px) and (max-width: 1290px) {
    .swiper-container {
        padding-left: 60px;
        padding-right: 60px;

    }
}

@media (min-width: 1291px) and (max-width: 1360px) {
    .swiper-container {
        padding-left: 70px;
        padding-right: 70px;
    }
}
*/

.blue-slide{
	
}
.swiper-slide .index_banner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;	
    background-position: center center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);    
    overflow: hidden;
}

.swiper-slide .index_banner a{
    display: block;
    width: 100%;
    height: 100%;
}



.swiper-slide .index_banner .bannertext_container
{
	width:100%;
	height:100%;
	display:inline-table;
}

.swiper-slide .index_banner .bannertext_container .bannertext
{
	padding:0 15px;
	display:table-cell;
	vertical-align:middle;
	
}

.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c
{
	/*text-align:center;*/
	max-width:280px;
	margin: 80px 0 0 65%;
	position:relative;
	border:1px solid rgba(255,255,255,0.7);
	padding:5px;
	/*margin-top:80px;
	margin-left:50%;*/
}


@media (max-width: 767px) {
	.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c{
       margin: 0 auto;
	   max-width:200px;    
	}	

}


.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t
{
	background-color:rgba(255,255,255,0.7);
	padding: 15px 15px;
}

@media (max-width: 767px) {
   .swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t{
      padding:10px 10px;
   }
}
.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t h2
{
	text-transform:uppercase;
	font-size:16px;
	text-align:left;
	color:#d9302d;
	padding:6px 0;
}

@media (max-width: 767px) {
  .swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t h2
  {
	  font-size:12px;
	  padding:2px 0;
  }
}

.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t h1
{
	font-size:18px;
	/*line-height:52px;*/
	color:#323232;
	padding:6px 0;
	/*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);	*/
}

@media (max-width: 767px) {
  .swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t h1
  {
	  font-size:12px;
	  padding:3px 0;
	  
  }
}

.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t .list_c_x
{
	margin-top:0;
}
@media (max-width: 767px) {
	.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t .list_c_x
	{
		margin-top:0;
	}
}
.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t .list_c_x h3
{
	font-size:14px;
	color:#4C4C4C;
	text-align:right;
	padding:6px 0;
	
}


@media (max-width: 767px) {
		.swiper-slide .index_banner .bannertext_container .bannertext .bannertext_c .sub_c_t .list_c_x h3
		{
			font-size:12px;
			padding:2px 0;
			
		}
}
/*.swiper-slide .index_banner .bannertext_container .bannertext h2
{
	margin-top:20px;
	font-size:35px;
	line-height:50px;
	text-align:center;	
	color:#FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);	
}
.swiper-slide .index_banner .bannertext_container .bannertext h3
{
	margin-top:20px;
	font-size:25px;
	line-height:30px;
	text-align:center;	
	color:#FFF;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);	
}*/


.swiper-slide .index_banner .bannertext_container  .bannertext .banner_btn_container
{
	margin-top:45px;
	text-align:center;
}



.swiper-slide .index_banner .bannertext_container .bannertext .banner_btn_container .sbtn{
    padding:0.6em 1.8em 0.6em 1.8em;
    cursor: pointer;
	font-size:1rem;
    text-decoration: none;
    color: #fff;
	border: 2px solid #fff;
	border-radius:6px;
}
.swiper-slide .index_banner .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.swiper-slide .index_banner .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#fff;
  border-radius:3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-slide .index_banner .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #333;
}
.swiper-slide .index_banner .bannertext_container .bannertext .banner_btn_container .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*@media (max-width: 767px) {
	  .swiper-slide .index_banner .bannertext_container  .bannertext  h1
	  {
		  font-size:18px;
		  line-height:25px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
		  padding:0 15px;
	  }
	  
	  .swiper-slide .index_banner .bannertext_container  .bannertext  h2
	  {
		  margin-top:10px;
		  font-size:18px;
		  line-height:25px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
		  padding:0 15px;
	  } 
	   
	  .swiper-slide .index_banner .bannertext_container .bannertext h3
	  {
		  margin-top:10px;
		  font-size:18px;
		  line-height:25px;
		  text-align:center;	
		  color:#FFF;
		  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.65);
		  padding:0 15px;
	  } 
	   
	   
	  .swiper-slide .index_banner .bannertext_container  .bannertext .banner_btn_container
	  {
		  margin-top:20px;
		  text-align:center;
	  }	  
	  
	 .swiper-slide .index_banner .bannertext_container .bannertext .banner_btn_container .sbtn{
		padding:0.5em 1.2em 0.5em 1.2em;
		font-size:0.875rem;

	}	  
	  
}*/




@media (max-width: 767px) {
	.swiper-container{
		margin-top:50px;
	}
	.swiper-slide .index_banner_mob {
		overflow: hidden;
		position:relative;
	}
	
	
	.swiper-slide .index_banner_mob .bannertext_container
	{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:99;
	}
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext
	{
		height:100%;
		display:table;
		margin:0 auto;	
	}
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c
	{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
		width:200px;
		margin: 0 auto;  
	   
	}
	
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c .linebox
	{
		border:1px solid rgba(255,255,255,0.7);
	}

	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c .linebox .sub_c_t
	{
		background-color:rgba(255,255,255,0.5);
		padding:8px 8px;
		margin:0 auto;
		width:auto;
		margin:2px;
		
	}
	
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c .linebox .sub_c_t h2
	{
		text-transform:uppercase;
		font-size:12px;
		text-align:left;
		color:#d9302d;
		padding:2px 0;
	}
	
	
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c .linebox .sub_c_t h1
	{
		font-size:12px;
		color:#323232;
		padding:3px 0;
	}
	
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c .linebox .sub_c_t .list_c_x
	{
		margin-top:0;
	}
	
	.swiper-slide .index_banner_mob .bannertext_container .bannertext .bannertext_c .linebox .sub_c_t .list_c_x h3
	{
		font-size:12px;
		color:#4C4C4C;
		text-align:right;
		padding:2px 0;
		
	}	
}







/*自定义首页Banner分页器的样式*/
.swiper-pagination-custom {
	bottom: 20px;
	width: 100%;
	text-align:center;
}


@media (max-width: 767px) {
	.swiper-pagination-custom {
		bottom: 5px;
		width: 100%;
		text-align:center;
	}

}

.swiper-pagination-custom-list {
	width: 12px;
	height: 4px;
	display: inline-block;
	background-color: rgba(102,102,102,1);
	margin: 0 5px;
	border-radius: 50px;
	cursor:pointer;
}


@media (max-width: 767px) {
	.swiper-pagination-custom-list {
		height: 2px;
	}
}


.swiper-pagination-customs-active {
	background-color: #fff;
	width: 25px;
}


@media (max-width: 767px) {
	.swiper-pagination-customs-active {
		background-color: #fff;
		width: 8px;
	}

}


.swiper-pagination-container{
    width: 100%;
}
/*index_banner_end*/


/*内页banner*/
.innerbanner
{
    width: 100%;
    height: 500px;
	
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	background-attachment:fixed;
    background-position: center center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);    
    overflow: hidden;
}




/*主体区域容器_start*/
.ny_body_main_container {
	width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 767px) {
    .ny_body_main_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .ny_body_main_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .ny_body_main_container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .ny_body_main_container {
        padding-left: 35px;
        padding-right: 35px;
    }
}


@media (min-width: 1281px) and (max-width: 1290px) {
    .ny_body_main_container {
        padding-left: 45px;
        padding-right: 45px;
    }
}

@media (min-width: 1291px) and (max-width: 1360px) {
    .ny_body_main_container {
        padding-left: 55px;
        padding-right: 55px;
    }
}
/*主体区域容器_end*/


/*关于我们*/
.about_bg
{
    width: 100%;
    /*height: 100%;*/
	padding:100px 0;
	/*background-image:url(../images/about_2.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
	
}


@media (max-width: 991px) and (min-width: 768px)
{
	.about_bg
	{
       padding:100px 0 220px 0;
	}

}


@media (max-width: 767px) {
  .about_bg
   {
	  padding:35px 0;  
   }	
}

.about_c
{
}
.about_c .pos
{
	position:relative;
}

.about_c .leftpic_c
{
	/*border:1px solid #F00;*/
	position:relative;
	padding-right:25px;
}



@media (min-width: 768px) and (max-width: 991px) {
	.about_c .leftpic_c
	{
		padding-top:80px;
		padding-bottom:80px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about_c .leftpic_c
	{
		padding-top:80px;
		padding-bottom:80px;		
	}
}



@media (max-width: 767px) {
	.about_c .leftpic_c
	{
		padding-right:0;
		padding-left:0;
	}

}

.about_c .leftpic_c .pic_right_c
{
	width:31px;
    position: absolute;
    right: -13px;
    bottom: 0;
	z-index: 100;	
}


@media (min-width: 768px) and (max-width: 991px) {
	.about_c .leftpic_c .pic_right_c
	{
	
		bottom: 80px;
	
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about_c .leftpic_c .pic_right_c
	{
	
		bottom: 80px;
	
	}
}


@media (max-width: 767px) {
	.about_c .leftpic_c .pic_right_c
	{
		width:31px;
		position: absolute;
		right: -13px;
		bottom: 0;
		z-index: 100;	
	}

}



.about_c .leftpic_c .pic_right_c .pic_right_c_sub
{
	text-align:center;
}

.about_c .leftpic_c .pic_right_c .pic_right_c_sub .middelborder{
	height:90px;
	width:2px;
	background-color:rgba(0,0,0,0.45);
	margin-left:13px;
}

.about_c .leftpic_c .pic_right_c .pic_right_c_sub .data_c_c
{
    font-size: 30px;
    font-weight: 800;
    color: #d9302d;	
}

.about_c .leftpic_c .pic_right_c .pic_right_c_sub .personlisttxt
{
    font-size: 16px;
    color: #595858;
	margin-top:15px;
	font-weight:800;
}


.about_c .pos .about_txt_pos .about_txt .about_txt_show .mingh1
{
	font-size:18px;

	text-transform:uppercase;
	color:#262626;
	/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/

	text-align:center;
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show .mingh2
{
	color:#262626;
	font-size:24px;
	/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	text-align:center;
	margin:5px auto;	

}

@media (max-width: 767px) {
	.about_c .pos .leftpic_c .about_data
	{
		margin-top:25px;
		font-size:14px;
		/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
		color:#323232;
		text-align:center;	
	}

	.about_c .pos .leftpic_c  .about_data .number_c
	{
		font-size:14px;
		font-weight:800;
		color:#d9302d;
	}
	
}


.about_c .pos .about_txt_pos
{
	position:absolute;
	right:0;
	top:0;
	bottom:0;
}

@media (max-width: 767px) {
	.about_c .pos .about_txt_pos
	{
		position:static;
	
	}
}

.about_c .pos .about_txt_pos .icon_text_c
{
	margin-top:25px;
	padding:0 65px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.about_c .pos .about_txt_pos .icon_text_c
	{
		padding:0 0;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about_c .pos .about_txt_pos .icon_text_c
	{
		padding:0 0;
	}
}

@media (max-width: 767px) {
	.about_c .pos .about_txt_pos .icon_text_c
	{
		padding:0 0;
	}

}



.about_c .pos .about_txt_pos .icon_text_c .icon_list_c_c
{
	text-align:center;
}
.about_c .pos .about_txt_pos .icon_text_c .h1_icon
{
	font-size:18px;
	text-align:center;
	margin:25px auto;
	color:#696969;
	font-weight:600;
}

@media (max-width: 767px) {
	.about_c .pos .about_txt_pos .icon_text_c .h1_icon
	{
		font-size:16px;
	}
}




.about_c .pos .about_txt_pos .plussign
{
	margin-top:35px;
	text-align:center;
	font-weight:normal;
}


@media (max-width: 767px) {
	.about_c .pos .about_txt_pos
	{
		padding-left:0;
		padding-right:0;
	}
		
	.about_c .pos .about_txt_pos  h1
	{
		font-size:24px;
		margin:8px auto;
		text-align:center;
		position:static;
	}
	
	.about_c .pos .about_txt_pos .textcontent
	{
		font-size:14px;
		line-height:30px;
	}		
    .about_c .pos .about_txt_pos .plussign
	{
		text-align:center;
	}
}



.about_c .pos .about_txt_pos .plussign .sbtn{
    padding:0.4em 1.2em 0.4em 1.2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #333;
	/*border-radius:5px;*/
	border: 2px solid #4a4a4a;
}
.about_c .pos .about_txt_pos .plussign .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about_c .pos .about_txt_pos .plussign .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#4a4a4a;
  /*border-radius:5px;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about_c .pos .about_txt_pos .plussign .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.about_c .pos .about_txt_pos .plussign .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}






.about_c .pos .about_txt_pos .about_txt
{
	width:100%;
	height:100%;
	display:table;
	background-color:rgba(255,255,255,1);
}


.about_c .pos .about_txt_pos .about_txt .about_txt_show
{
	display:table-cell;
	vertical-align:middle;
	padding:0 0 25px 25px;

}

@media (max-width: 767px) {
  .about_c .pos .about_txt_pos .about_txt .about_txt_show
	{
		padding:25px 0 25px 0;
	
	}
}


.about_c .pos .about_txt_pos .about_txt .about_txt_show .text_p
{
	margin-top:20px;
	line-height:30px;
	text-align:center;
	font-size:14px;
	color:#262626
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show .middleline
{
	height:1px;
	width:95px;
	margin:10px  auto;
	background-color: rgba(0,0,0,0.85);
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn
{
	text-align:right;
	overflow:hidden;
}
@media (max-width: 767px) {
	.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn
	{
		margin-top:30px;
		margin-bottom:25px;
	}
}
.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c
{
	width:66px;
	height:25px;
	float:right;
	overflow:hidden;
	position:relative;
}
.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c .bg_bar
{
	position:absolute;
	left:-15px;
	bottom:0;
	height:10px;
	width:60px;
	background-color:#d9302d;
	z-index:9;
    -moz-transition: all 0.2s ease 0.095s;
    -webkit-transition: all 0.2s ease 0.095s;
    -o-transition: all 0.2s ease 0.095s;
    transition: all 0.2s ease 0.095s;		
}
.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c a
{
	color:#262626;
	display:block;
	position:absolute;
	left:0;
	bottom:2px;
	z-index:10;	
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c a:hover
{
	color:#333;
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c:hover .bg_bar
{
	left:0;
    -moz-transition: all 0.2s ease 0.095s;
    -webkit-transition: all 0.2s ease 0.095s;
    -o-transition: all 0.2s ease 0.095s;
    transition: all 0.2s ease 0.095s;	
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data
{
	margin-top:5px;
	font-size:24px;
	/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	color:#323232;	
}


@media (max-width: 767px) {
	.about_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data
	{
		margin-top:5px;
		font-size:16px;
		/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
		color:#323232;	
	}
}

.about_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data .number_c
{
	font-size:45px;
	font-weight:800;
	color:#d9302d;
}

@media (max-width: 767px) {
  .about_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data .number_c
  {
	  font-size:24px;
  }
}

/*业务领域*/
.business_bg
{
    width: 100%;
    /*height: 100%;*/
	padding:50px 0 0 0;
	/*background-image:url(../images/business_1.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px) {
   .business_bg
   {
	   padding:35px 0;
   }
   
}
.business_bg .blist_c
{
	text-align:center;
	margin:15px auto;
}
.business_bg .blist_c .blist_img
{
	overflow:hidden;
}
.business_bg .blist_c .blist_img img
{
    -moz-transition: all 0.3s ease 0.095s;
    -webkit-transition: all 0.3s ease 0.095s;
    -o-transition: all 0.3s ease 0.095s;
    transition: all 0.3s ease 0.095s;
}
.business_bg .blist_c_t
{
	background-color:rgba(0,0,0,0.5);
	padding:25px 0 25px 0;
	overflow:hidden;
}
@media (max-width: 767px) {
  .business_bg .blist_c_t
	{
		padding:15px 0 15px 0;
	}
}
.business_bg .blist_c_t h1
{
	font-size:16px;
	color:#FFF;
}

@media (max-width: 767px) {
  .business_bg .blist_c_t h1
	{
		font-size:14px;
	}
}


.business_bg .blist_c_t h1 .serial_number
{
	font-size:40px;
	font-weight:800;
	margin-right:30px;
	
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;		
	
}

.business_bg .blist_c:hover .blist_c_t h1 .serial_number
{
	margin-right:15px;
}

.business_bg .blist_c:hover .blist_img img
{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);	
	
    -moz-transition: all 0.5s ease 0.095s;
    -webkit-transition: all 0.5s ease 0.095s;
    -o-transition: all 0.5s ease 0.095s;
    transition: all 0.5s ease 0.095s;			
}


.business_bg  .business_c
{
	
}

.business_bg  .business_c h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    margin: 5px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}
.business_bg  .business_c h2
{
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    text-align: center;	
}

@media (max-width: 767px) {
   .about_a_1 h1 {
	   font-size:24px;
   }
}

.business_bg  .business_c  .titltscx
{
	margin-bottom:75px;
}


@media (max-width: 767px) {

		.business_bg  .business_c  .titltscx
		{
			margin-bottom:35px;
		}
	
}




.business_bg  .business_c .pos
{
	position:relative;
}




.business_bg  .business_c .pos .business_left
{
	position:absolute;
	left:0;
	top:30px;
	bottom:30px;
}

@media (max-width: 767px) {
		
	.business_bg  .business_c .pos .business_left
	{
		position:static;
		left:15px;
		right:15px;
		padding-left: 0;
		padding-right: 0;		
	}
}

.business_bg  .business_c .pos .business_left .right_c_c_c
{
	
	width:100%;
	height:100%;
	display:table;
	background-color:#FFF;
	box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.12);
	position:relative;
	/*right:-85px;*/
	z-index:98;
	padding:30px 45px 30px 50px;
}
.business_bg  .business_c .pos .business_left .right_c_c_c   .middel_border
{
	width:300px;
	height:1px;
	background-color: rgba(0,0,0,0.5);
	position:relative;
	/*left:-150px;*/
	z-index:220;
	margin:25px 0;
}


@media (max-width: 991px) and (min-width: 768px)
{
   .business_bg  .business_c .pos .business_left .right_c_c_c   .middel_border{
       left:0;
	   width:150px;
	   margin:10px 0;
	}
	.business_bg  .business_c .pos .business_left .right_c_c_c
	{
		right:0;
		position:static;
	}

}



@media (max-width: 767px) {
		
   .business_bg  .business_c .pos .business_left .right_c_c_c   .middel_border{
       left:0;
	    width:80px;
		margin:10px 0;
	}
	.business_bg  .business_c .pos .business_left .right_c_c_c
	{
		position:static;
		right:0;
		padding:30px 30px 30px 30px;
	}
}



.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c
{
	display:table-cell;
	vertical-align:middle;



}
.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .color_cx
{
	
	font-size:14px;
	line-height:30px;
	color:#262626;
}

.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .color_cx .cs_c
{
    color:#d9302d;
	font-weight:800;	
}

.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c ul li
{
	color:#262626;
	font-size:16px;
	font-weight:800;
	margin:10px 0;
}

@media (max-width: 767px) {
	.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c ul li
	{
		font-size:14px;

	}	
	
	.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c ul li .iconfont
	{
		font-size:14px;

	}	
}



.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign
{
	margin-top:35px;
	text-align:left;
	font-weight:normal;
}
@media (max-width: 991px) and (min-width: 768px){
	.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign
	{
		margin-top:15px;
	}
}

@media (max-width: 767px) {
		
    .business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign
	{
		margin-top:15px;
	}
}



.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign .sbtn{
    padding:0.4em 1.2em 0.4em 1.2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #333;
	/*border-radius:5px;*/
	border: 2px solid #4a4a4a;
}
.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#4a4a4a;
  /*border-radius:5px;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.business_bg  .business_c .pos .business_left .right_c_c_c .text_c_c_c .plussign .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

@media (max-width: 767px) {
	.business_bg  .business_c .pos  .right_img_a
	{
		padding-left:0;
		padding-right:0;
	}
}



.business_bg  .business_c .pos  .right_img_a .right_img_c
{
	position:relative;
}

.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs
{
	position:absolute;
	right:0;
	bottom:-50px;
    font-size: 16px;
    color: #595858;
    font-weight: 800;	
}

@media (max-width: 767px) {
	.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs
	{
		position:absolute;
		right:0;
		left:0;
		text-align:center;	
		bottom:-38px;
		font-size:14px;
	}

}
.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs .number_c
{
    font-size: 30px;
    font-weight: 800;
    color: #d9302d;	
}

@media (max-width: 767px) {
	.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs .number_c
	{
		font-size: 14px;
	}

}

@media (max-width: 1199px) and (min-width: 992px)
{
	.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs .number_c
	{
		font-size: 20px;
	}	
}


@media (max-width: 991px) and (min-width: 768px)
{
	.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs{
	   bottom:-55px;
	   font-weight:normal;	
	}

	.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs .number_c
	{
		font-size: 20px;
		font-weight: 800;
	}	
		
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.business_bg  .business_c .pos  .right_img_a .right_img_c .text_list_cs{
	   bottom:-42px;
	   font-size:14px;
	}
	
}











/*设计流程*/
.flow_bg
{
    width: 100%;
    /*height: 100%;*/
	padding:160px 0;
	/*background-image:url(../images/about_2.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}


@media (max-width: 991px) and (min-width: 768px)
{
   .flow_bg{
	   padding:250px 0 120px 0;
   }	
}



@media (max-width: 767px) {
   .flow_bg{
	   padding:78px 0 120px 0;
   }
}



/*@media (max-width: 767px) {
  .flow_bg{
	  padding:35px 0;
  }
}*/

.flow_c
{
}




.flow_bg  .flow_c h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    margin: 5px auto;
	color:#323232;
   /* font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}
.flow_bg  .flow_c h2
{
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    text-align: center;	
}

@media (max-width: 767px) {
   .flow_bg h1 {
	   font-size:24px;
   }
}

.flow_bg  .flow_c  .titltscx
{
	margin-bottom:75px;
}


@media (max-width: 767px) {

		.flow_bg  .flow_c  .titltscx
		{
			margin-bottom:0;
		}
	
}



.flow_c .pos
{
	position:relative;
}
.flow_c .pos .about_txt_pos
{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
}

@media (max-width: 767px) {
  .flow_c .pos .about_txt_pos
	{
		position:static;
		padding-left:0;
		padding-right:0;
	}
}

.flow_c .pos .about_txt_pos .about_txt
{
	width:100%;
	height:100%;
	display:table;
	background-color:rgba(255,255,255,1);
}


.flow_c .pos .about_txt_pos .about_txt .about_txt_show
{
	display:table-cell;
	vertical-align:middle;
	padding:25px 25px 25px 0;

}



@media (max-width: 767px) {
	 .flow_c .pos .about_txt_pos .about_txt .about_txt_show{
	    padding:0 0 25px 0;
	 }
}



.flow_c .pos .about_txt_pos .about_txt .about_txt_show .text_p
{
	margin-top:35px;
	line-height:45px;
	font-size:16px;
	color:#262626;
}


@media (max-width: 767px) {
	.flow_c .pos .about_txt_pos .about_txt .about_txt_show .text_p
	{
		line-height:30px;
		font-size:14px;
	}
}

.flow_c .pos .about_txt_pos .about_txt .about_txt_show .middleline
{
	height:2px;
	width:95px;
	margin:10px 0;
	background-color:#333;
}



.flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign
{
	margin-top:35px;
	text-align:left;
	font-weight:normal;
}
@media (max-width: 767px) {
 .flow_c .pos  .flow_c_c
  {
	  padding-right:0;
	  padding-left:0;
  }
}
@media (max-width: 767px) {
		
    .flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign
	{
		text-align:center;
		margin-bottom:35px;
	}
}



.flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign .sbtn{
    padding:0.4em 1.2em 0.4em 1.2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #333;
	/*border-radius:5px;*/
	border: 2px solid #4a4a4a;
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#4a4a4a;
  /*border-radius:5px;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show .plussign .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



/*.flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn
{
	text-align:right;
	overflow:hidden;
}


@media (max-width: 767px) {
   .flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn
	{
    margin-top: 30px;
    margin-bottom: 25px;
	}
}

.flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c
{
	width:66px;
	height:25px;
	float:right;
	overflow:hidden;
	position:relative;
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c .bg_bar
{
	position:absolute;
	left:-15px;
	bottom:0;
	height:10px;
	width:60px;
	background-color:#d9302d;
	z-index:9;
    -moz-transition: all 0.2s ease 0.095s;
    -webkit-transition: all 0.2s ease 0.095s;
    -o-transition: all 0.2s ease 0.095s;
    transition: all 0.2s ease 0.095s;		
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c a
{
	color:#262626;
	display:block;
	position:absolute;
	left:0;
	bottom:2px;
	z-index:10;	
}

.flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c a:hover
{
	color:#333;
}

.flow_c .pos .about_txt_pos .about_txt .about_txt_show .morebtn .morebtn_c:hover .bg_bar
{
	left:0;
    -moz-transition: all 0.2s ease 0.095s;
    -webkit-transition: all 0.2s ease 0.095s;
    -o-transition: all 0.2s ease 0.095s;
    transition: all 0.2s ease 0.095s;	
}*/

.flow_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data
{
	margin-top:35px;
	font-size:16px;
	/*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
	font-weight:bold;
	color:#323232;		
}
.flow_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data .data_list_c
{
	margin:18px 0;
}

@media (max-width: 767px) {
   .flow_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data{
	  margin-top:15px;
	  font-size:14px;
	}
}

.flow_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data .number_c
{
	font-size:30px;
	font-weight:800;
	color:#d9302d;
}


@media (max-width: 767px) {
  .flow_c .pos .about_txt_pos .about_txt .about_txt_show  .about_data .number_c
  {
	  font-size:14px;
  }
}
.flow_c .flow_list
{
	margin-top:50px;
}

.flow_c .flow_list .flow_list_c
{

	padding:25px 0;
	position:relative;
}



@media (max-width: 991px) and (min-width: 768px)
{
	.flow_c .flow_list .flow_list_c
	{
		margin-top:145px;
	}
	
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.flow_c .flow_list .flow_list_c
	{
		margin-top:100px;
	}
		
}


.flow_c .flow_list .flow_list_c .lines
{
	height:2px;
	width:100%;
	background-color:rgba(0,0,0,0.65);
	position:relative;
}

@media (max-width: 767px) {
	.flow_c .flow_list .flow_list_c .lines
	{
		height:1px;
	}

}

.flow_c .flow_list .flow_list_c .lines .lines_bg
{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	/*background-color:#247f02;*/
	width:5%;
}
.flow_c .flow_list .flow_list_c .lines .lines_bg.width_33
{
	width:100%;
    -moz-transition: all 1.2s ease 0.095s;
    -webkit-transition: all 1.2s ease 0.095s;
    -o-transition: all 1.2s ease 0.095s;
    transition: all 1.2s ease 0.095s;		
}

.flow_c .flow_list .flow_list_c .lines .lines_bg.width_66
{
	width:66%;
    -moz-transition: all 1s ease 2s;
    -webkit-transition: all 1s ease 2s;
    -o-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
}

.flow_c .flow_list .flow_list_c .lines .lines_bg.width_100
{
	width:100%;
    -moz-transition: all 1s ease 2s;
    -webkit-transition: all 1s ease 2s;
    -o-transition: all 1s ease 2s;
    transition: all 1s ease 2s;
}


.flow_c .flow_list .flow_list_c .circles
{
	display:inline-block;
	width:20px;
	height:20px;
	border:1px solid rgba(0,0,0,1);
	border-radius:50%;
	position:absolute;
	left:0;
	bottom:0;
	top:50%;
	margin-top:-10px;
} 

.flow_c .flow_list .flow_list_c .circles.first
{
	left:5%;
}


@media (max-width: 767px) {
	.flow_c .flow_list .flow_list_c .circles.first
	{
		left:2%;
	}
}

.flow_c .flow_list .flow_list_c .circles.second
{
	left:33%;
}

@media (max-width: 767px) {
	.flow_c .flow_list .flow_list_c .circles.second
	{
		left:32%;
	}
}

.flow_c .flow_list .flow_list_c .circles.third
{
	left:66%;
}

@media (max-width: 767px) {
	.flow_c .flow_list .flow_list_c .circles.third
	{
		left:62%;
	}
}


.flow_c .flow_list .flow_list_c .circles.fouth
{
	left:94%;
}


@media (max-width: 767px) {
  .flow_c .flow_list .flow_list_c .circles.fouth
	{
		left:92%;
	}
}


.flow_c .flow_list .flow_list_c .circles .hearts
{
	position:relative;
}

.flow_c .flow_list .flow_list_c .circles .hearts .hearts_c
{
	width:10px;
	height:10px;
	position:absolute;
	left:50%;
	margin-left:-5px;
	top:50%;
	margin-top:4px;
	background-color:rgba(0,0,0,1);
	border-radius:50%;
}

.flow_c .flow_list .flow_list_c .circles .hearts .texts
{
    position: absolute;
    left: 0px;
    top: 39px;
    font-size: 16px;
	font-weight:bold;
	color:#262626;
}


/*项目大览*/
.cases_bg
{
    width: 100%;
	margin:120px  auto 0 auto;
	/*padding:100px 0;*/
	/*background-image:url(../images/cases_bg.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

@media (max-width: 767px) {
  .cases_bg{
	     padding:35px 0;
		 margin:50px  auto 0 auto;
	 }
}
@media (max-width: 767px) {
   .cases_bg  .cases_c 
   {
	   padding-left:0;
	   padding-right:0;
   }
}
.cases_bg  .cases_c h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 5px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}

@media (max-width: 767px) {
  .cases_bg  .cases_c h1 {
	  text-align:center;
  }
}

.cases_bg  .cases_c h2
{
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    text-align: left;	
}
@media (max-width: 767px) {
  .cases_bg  .cases_c h2 {
	  text-align:center;
  }
}


.cases_bg  .cases_c  .titltscx
{
	margin-bottom:75px;
}


@media (max-width: 767px) {

		.cases_bg  .cases_c  .titltscx
		{
			margin-bottom:0;
		}
	
}

.cases_bg  .cases_c .areaadd  li
{
    color: #262626;
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0;	
}

@media (max-width: 767px) {
  .cases_bg  .cases_c .areaadd  li{
	  text-align:center;
	  font-size: 14px;
  }
  .cases_bg  .cases_c .areaadd
  {
	  margin:35px auto;
  }
}


.cases_bg  .cases_c .catelist_cs  li
{
    color: #262626;
    font-size: 16px;
    margin: 0 15px 25px 15px;
	display:inline-block;
	
}

.cases_bg  .cases_c  .ca_1_c
{
	position:relative;
}

.cases_bg  .cases_c  .ca_1_c .text_mm
{
	position:absolute;
	left:0;
	bottom:0;
	padding:30px;
	font-size:20px;
	color:#FFF;
	font-weight:bold;
	text-align:left;
}


@media (max-width: 767px) {
	.cases_bg  .cases_c .catelist_cs  li
	{
		margin: 10px 15px 10px 0;
		display:inline-block;
		font-size:14px;
		
	}
	.cases_bg  .cases_c  .ca_1_c
	{
		margin:5px auto 45px auto;
	}
}

.cases_bg  .cases_c .catelist_cs  li a
{
	color:#262626;
}

.cases_bg  .cases_c .catelist_cs  li a:hover
{
	color:#d9302d;
}


/*图册*/
.gallery_bg
{
    width: 100%;
    /*height: 100%;*/
	padding:100px 0 0 0;
	/*background-image:url(../images/about_2.jpg);*/
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
@media (max-width: 767px) {
   .gallery_bg{
	  padding:0 0 35px 0;
	}
}

.gallery_bg .hch1_as
{
    font-size: 30px;
    text-transform: uppercase;
    margin: 5px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
	text-align:center;	
}

.gallery_bg .hch1_as .csf
{
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    text-align: left;	
}


.gallery_c
{
}

.gallery_c .hc15
{

}


.gallery_c .hc16
{
	margin-top:30px;
}

.gallery_c .hch1
{
    font-size: 24px;
    text-transform: uppercase;
    margin: 5px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	
}

.gallery_c .hch1 .sub_cc
{
    font-size: 18px;
    text-transform: uppercase;
    color: #262626;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    text-align: left;
}
.gallery_c .pdding_top_c
{
	padding-top:80px;
}

@media (max-width: 767px) {
	.gallery_c .pdding_top_c
	{
		padding-top:30px;
	}

}

.gallery_c .plussign
{
	text-align:right;
	font-weight:normal;
}

@media (max-width: 767px) {
		
    .gallery_c .plussign
	{
		text-align:center;
		margin-bottom:35px;
	}
}



.gallery_c .plussign .sbtn{
    padding:0.4em 1.2em 0.4em 1.2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #333;
	/*border-radius:5px;*/
	border: 2px solid #4a4a4a;
}
.gallery_c .plussign .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.gallery_c .plussign .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#4a4a4a;
  /*border-radius:5px;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.gallery_c .plussign .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.gallery_c .plussign .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}







/*关于我们*/
.innerbanner.aboug_bg
{
    background-image:url(../images/aoubtbanner.jpg);	
}
.aboug_bg .bigtitle_c
{
	width:100%;
	height:100%;
	display:table;
}


.aboug_bg .bigtitle_c .sub_c_title
{
	display:table-cell;
	vertical-align:middle;
}
.aboug_bg .bigtitle_c .sub_c_title .title_s_c
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
}
.aboug_bg .bigtitle_c .sub_c_title .title_h2_c
{
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px auto;
}


.about_a_1 {
	margin:85px auto 0 auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .about_a_1 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_1 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.about_a_1 h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto 35px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}


@media (max-width: 767px) {
   .about_a_1 h1 {
	   font-size:24px;
	   text-align:center;
   }
}

.about_a_1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .about_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.about_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}



.about_a_1  .showtext
{
	line-height:35px;
	font-size:14px;
	color:#262626;
	position:relative;
}

.about_a_1  .showtext .reddiv
{
	font-weight:800;
	color:#d9302d;
	font-size:18px;
}
.about_a_1  .showtext .center_line
{
	position:absolute;
	right:-58px;
	bottom: -100px;
	width:2px;
	height:345px;
    background: -moz-linear-gradient(to bottom,  #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -o-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: linear-gradient(to bottom, #333 0%, #fff 100%);
}
@media (max-width: 767px) {
	.about_a_1  .showtext .center_line
	{
		position:static;
	}
}
.about_a_1  .showtext img
{
	display:block;
	margin:35px 0;
	max-width: 100%;
	height: auto;	
}
.about_a_1 .txt1
{
	margin:8px 0;
	padding:45px;
	position:relative;
}

@media (max-width: 767px) {
	.about_a_1 .txt1
	{
		margin:35px 0;
	}
}

.about_a_1 .txt1 .bg_c
{
	position:absolute;
	left:0;
	top:0;
	background-color:#eeebeb;
	width:200px;
	height:260px;
	z-index:-1
}
.about_a_1 .txt1 .bottom_right_c
{
	position:absolute;
	right:0;
	bottom:0;
	background-color:#eeebeb;
	width:200px;
	height:260px;
	z-index:-1
}
.about_a_1 .addmargin-left
{
	padding-left:80px;
}

@media (max-width: 767px) {
	.about_a_1 .addmargin-left
	{
		padding-left:15px;
	}
}



.about_a_1  .txt2
{
	line-height:35px;
	margin:25px 0;
	font-size:14px;
	color:#262626;
}


.about_a_1  .txt2 .reddiv
{
	font-weight:800;
	color:#d9302d;
	font-size:18px;
}



.about_a_2 {
	margin:150px auto 135px auto;
}

@media (max-width: 767px) {
  .about_a_2 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_2 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.about_a_2 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .about_a_2 h1 {
	   font-size:24px;
   }
}

.about_a_2 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .about_a_2 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.about_a_2 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.about_a_2 dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}
.about_a_2  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}
.about_a_2  dl dd .desctext_c h3
{
	font-size:18px;
	text-align:left;
	font-weight:800;
	margin:10px 0;
	color:#323232;
}

.about_a_2  dl dd .desctext_c sub
{
	font-size:16px;
	text-transform:uppercase;
	margin-left:15px;
	color:#323232;
}
.about_a_2  dl dd .desctext_c h4
{
	font-size:16px;
	text-align:left;
	font-weight:800;
	margin:18px 0;
	color:#323232;
}

.about_a_2  dl dd .desctext_c .text_list_c
{
	line-height:35px;
	font-size:14px;
	color:#323232;
	text-align:left;
}


@media (max-width: 767px) {
	.about_a_2  dl dd .desctext_c .text_list_c
	{
		line-height:25px;
		font-size:14px;
	}
}


.about_a_2  .csren{
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto 45px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}


.about_a_3 {
	margin:85px auto 135px auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .about_a_3 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_3 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.about_a_3 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .about_a_3 h1 {
	   font-size:24px;
   }
}

.about_a_3 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .about_a_3 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.about_a_3 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}


.about_a_3 .firsth1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto 45px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}


.about_a_3 .left_ctext
{
	padding:50px 50px 0 0;
	position:relative;
}
.about_a_3 .left_ctext .linetop
{
	position:absolute;
    right: -12px;
    top: 12px;
	width:100%;
	height:2px;
    background: -moz-linear-gradient(to left, #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to left, #333 0%, #fff 100%);
    background: -o-linear-gradient(to left, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to left, #333 0%, #fff 100%);
    background: linear-gradient(to left, #333 0%, #fff 100%);
	
	
}

.about_a_3 .left_ctext .lineright
{
	position:absolute;
    right: 12px;
    top: -12px;
	height:100%;
	width:2px;
    background: -moz-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -o-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: linear-gradient(to bottom, #333 0%, #fff 100%);
	
	
}
.about_a_3 .right_ctext
{

	padding:135px 0 0 50px;
}

@media (max-width: 767px) {
	.about_a_3 .right_ctext
	{
	
		padding:50px 0 0 0;
	}

}


.about_a_3 .right_ctext .icon_c li
{
	margin-bottom:25px;
	font-size:20px;
	color:#262626;
	font-weight:800;
    line-height: 38px;	
}
.about_a_3 .right_ctext .icon_c li .letter_c
{
	font-size:18px;
}

.about_a_3 .right_ctext .icon_c li .circle_c
{
	float:left;
	margin-right:15px;
	display:block;
	width:40px;
	height:40px;
	border:2px solid #999;
	border-radius:50%;
	text-transform:uppercase;
	text-align:center;
	line-height:36px;
	color:#950204;
	font-weight:800;
}


.about_a_3 .right_ctext .icon_c li.clearbottom
{
	margin-bottom:0;
}
.about_a_3 .right_ctext .icon_c li .iconfont
{
	font-size:35px;
	color:#323232;
	font-weight:normal;
}


.about_a_3 .right_ctext .icon_c li  sub
{
	font-size:16px;
	font-weight:800;
	margin-left:15px;
	color:#999;
}
.about_a_3 .right_ctext .descs_c
{
    margin-top: 65px;
    padding-left: 6px;
	line-height:35px;
} 
.about_a_3 .right_ctext .descs_c h5
{
	margin-top:50px;
	font-size:24px;
	font-weight:800;
	color:#323232;
	text-align:left;
    padding-left: 6px;	
}
.about_a_3 .right_ctext .descs_c .tetc
{
	margin-top:25px;
	font-size:16px;
	line-height:38px;
	color: #323232;
	padding-left:6px;
}
.about_a_3 .right_ctext .descs_c .tetc .strb
{
	font-size:18px;
}

@media (max-width: 767px) {
	.about_a_3 .right_ctext .descs_c .tetc
	{
		margin-top:25px;
		font-size:14px;
		line-height:30px;
	}
}


.about_a_4 {
	margin:85px auto 135px auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .about_a_4 {
	margin:50px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_4 {
	margin: 50px auto 55px auto;
	width:100%;
   }
}


.about_a_4 h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .about_a_4 h1 {
	   font-size:24px;
	   text-align:center;
   }
}

.about_a_4 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    /*background-color: rgba(103, 103, 103, 0.12);*/
    margin: 25px auto 12px  auto;
}

@media (max-width: 767px) {
   .about_a_4 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
	   background-color: rgba(103, 103, 103, 0.12);
   }
}


.about_a_4 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
	display:none;
}

@media (max-width: 767px) {
	.about_a_4 .borderline span {
		display:block;
	}
}


.about_a_4 dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}

.about_a_4  dl dd
{
	background-color:#fff;
}

.about_a_4  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.about_a_4  dl dd .desctext_c h3
{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.about_a_5 {
	margin:180px auto 135px auto;
}

@media (max-width: 767px) {
  .about_a_5 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_5 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.about_a_5 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .about_a_5 h1 {
	   font-size:24px;
   }
}

.about_a_5 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .about_a_5 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.about_a_5 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.about_a_5 .firstone
{  
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 5px auto 45px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}


.about_a_5 .textc_cs
{
    line-height: 35px;
    font-size: 14px;
    color: #262626;
	margin-top:35px;
	position:relative;
    padding-right: 35px;
}


@media (max-width: 767px) {
	.about_a_5 .textc_cs
	{
		margin-top:0;
		padding-right: 15px;
		padding-bottom: 25px;
	}
}


.about_a_5 .textc_cs .line_area
{
    position: absolute;
    left: 1px;
    top: 100%;
    width: 2px;
    height: 180px;
    background: -moz-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -o-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: linear-gradient(to bottom, #333 0%, #fff 100%);
}
.about_a_5 .life_list_c_big
{
	padding:0;
}
.about_a_5 dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}

.about_a_5  dl dd
{
	background-color:#fff;
}

.about_a_5  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.about_a_5  dl dd .desctext_c h3
{
	font-size:16px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}




.about_a_6 {
	margin:250px auto 135px auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .about_a_6 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_6 {
	margin: 118px auto 118px auto;
	width:100%;
   }
}


.about_a_6 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
   /* font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .about_a_6 h1 {
	   font-size:24px;
   }
}

.about_a_6 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .about_a_6 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.about_a_6 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}



.about_a_6 .firstone {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 5px auto 45px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}
.about_a_6 .sl_c_c
{
	position:relative;
}

.about_a_6 .pos_c
{
	/*position:relative;*/
}

.about_a_6 .sl_c_c .text_xc
{
	position:absolute;
	left:-34%;
	bottom:-10%;
	width:60%;
	background-color:rgba(255,255,255,0.85);
	padding:35px 35px;
	z-index:98;
	/*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);	
}


@media (max-width: 767px) {
  .about_a_6 .sl_c_c .text_xc
  {
	  position:static;
	  left:15px;
	  width:100%;
  }
}

.about_a_6 .sl_c_c .text_xc h1
{
	font-size:18px;
	font-weight:800;
	color: #262626;
	margin:25px 0 25px 0;
	text-align:left;
}
.about_a_6 .sl_c_c .text_xc .cc_fdf
{
    line-height: 35px;
    font-size: 14px;
    color: #262626;
}
.about_a_6 .sl_c_c .text_xc   .more_btn
{
	text-align:right;
}

/*.about_a_6 .sl_c_c .text_xc   .more_btn a
{
	color:#262626;
	font-size:14px;
}

.about_a_6 .sl_c_c .text_xc   .more_btn a:hover
{
	color:#d9302d;
}*/

.about_a_6 .sl_c_c .text_xc  .plussign {
    margin-top: 35px;
    text-align: right;
    font-weight: normal;
}


@media (max-width: 767px) {
  .about_a_6 .sl_c_c .text_xc  .plussign {
	  text-align:center;
   }
}

.about_a_6 .sl_c_c .text_xc    .plussign .sbtn{
    padding:0.4em 1.2em 0.4em 1.2em;
    cursor: pointer;
	font-size:14px;
    /*background: #1c2187;*/
    text-decoration: none;
    color: #333;
	/*border-radius:5px;*/
	border: 2px solid #4a4a4a;
}
.about_a_6 .sl_c_c .text_xc    .plussign .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.about_a_6 .sl_c_c .text_xc    .plussign .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#4a4a4a;
  /*border-radius:5px;*/
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.about_a_6 .sl_c_c .text_xc    .plussign .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: #fff;
}
.about_a_6 .sl_c_c .text_xc    .plussign .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.about_a_6 dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	
}






.about_a_6  dl dd
{
	background-color:#fff;
}

.about_a_6  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.about_a_6  dl dd .desctext_c h3
{
	font-size:16px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about_a_6 .tec_d_ds
{
	margin:0 auto 50px auto;
}


.about_a_6 .tec_d_ds h2
{
	font-size:18px;
	font-weight:800;
	color:#262626;
	text-align:center;
	margin-bottom:35px;
}

.about_a_6 .tec_d_ds .textxts
{
	font-size:16px;
	color:#262626;
	line-height:35px;
	text-align:center;
}
 



.about_a_7 {
	margin:220px auto 100px auto;
}

@media (max-width: 767px) {
  .about_a_7 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .about_a_7 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.about_a_7 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .about_a_7 h1 {
	   font-size:24px;
   }
}

.about_a_7 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .about_a_7 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.about_a_7 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.about_a_7 .topatatea
{
	margin-bottom:80px;
}

.about_a_7 .job_left_c
{
}

.about_a_7 .job_left_c h1
{
    font-size: 24px;
    text-transform: uppercase;
    margin: 15px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
	text-align:left;	
}

@media (max-width: 767px) {
	.about_a_7 .job_left_c h1
	{
		text-align:center;
	}

}

.about_a_7 .job_left_c h2
{
	margin:45px 0 25px 0;
	font-size:18px;
	text-align:left;
	color:#262626;
}

@media (max-width: 767px) {
	.about_a_7 .job_left_c h2
	{
		text-align:left;

	}
}

.about_a_7 .job_left_c .jobdescs
{
    font-size: 14px;
    line-height: 35px;
	color:#262626;
}

@media (max-width: 767px) {
	.about_a_7 .job_left_c .jobdescs
	{
		margin-bottom:35px;
	}
}


.about_a_7  .job_flow{
	margin:85px auto 0 auto;
}

.about_a_7 .rwolinw {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	padding:20px 5px 5px 5px;
	margin:35px  auto 35px auto;

}

@media (max-width: 767px) {
  .about_a_7 .rwolinw {
	  margin-left:-15px;
	  margin-right:-15px;
  }
}

.about_a_7 .nbtn {
   margin-bottom:0;
}
.about_a_7 .rwolinw .txts {
	overflow:hidden;
	font-size:14px;
	line-height:35px;
	padding:30px 24px 24px 24px;
	display:none;
	width:100%;
}


@media (max-width: 767px) {
  .about_a_7 .rwolinw .txts {
	  font-size:14px;
	  line-height:25px;
  
  }
}


.about_a_7 h6 {
	text-align:left;
	height:50px;
	padding-left:32px;
	background:url(../images/j1.png) no-repeat left center;
	font-size:16px;
	line-height:53px;
}


@media (max-width: 767px) {
	.about_a_7 h6 {
		font-size:14px;
	}

}

@media (max-width: 767px) {
  .about_a_7 h1 {
	  font-size: 14px;
  }

}


.about_a_7 .j2 {
	background:url(../images/j2.png) no-repeat left center;
}
.about_a_7 .j3 {
	background:url(../images/j3.png) no-repeat left center;
}
.about_a_7 .j4 {
	width:26px;
	height:50px;
	float:right;
	background:url(../images/jh.png) no-repeat right center;
	cursor:pointer;
   -moz-transition: all .8s ease;
   -webkit-transition:all .8s ease;
   -o-transition:all .8s ease;
   transition:all .8s ease;
   line-height:53px;
}


@media (max-width: 767px) {
  .about_a_7 .j4 {

	  float:left;
	  background:url(../images/j_h.png) no-repeat left center;
  }

}



.about_a_7 .j5 {
	background:url(../images/j_h.png) no-repeat right center;
}
.about_a_7 .j4:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}



.innerbanner.gallery_bg
{
	background-image:url(../images/gallery_bg.jpg);	
}


.gallery_bg .bigtitle_c
{
	width:100%;
	height:100%;
	display:table;
}


.gallery_bg .bigtitle_c .sub_c_title
{
	display:table-cell;
	vertical-align:middle;
}
.gallery_bg .bigtitle_c .sub_c_title .title_s_c
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
}
.gallery_bg .bigtitle_c .sub_c_title .title_h2_c
{
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px auto;
}


.gallery_c_11
{
	margin-top:125px;
	margin-bottom:85px;
}
@media (max-width: 767px) {
  .gallery_c_11
	{
		margin-top:80px;
		margin-bottom:35px;
		padding:0;
	}
}


@media (max-width: 991px) and (min-width: 768px)
{
  .gallery_c_11
	{
		margin-top:85px;
		margin-bottom:65px;
	}	
}


@media (max-width: 1199px) and (min-width: 992px)
{
	  .gallery_c_11
		{
			margin-top:95px;
			margin-bottom:75px;
		}	
}


.gallery_c {
	margin:85px auto 85px auto;
	/*width:100%;*/
}
@media (max-width: 767px) {
  .gallery_c {
	margin:35px auto 35px auto;
	width:100%;
	padding:0 0 0 0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gallery_c {
	margin: 35px auto 55px auto;
	width:100%;
   }
}



.gallery_c dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto 35px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15)
}

/*.gallery_c  dl dd
{
	background-color:#fff;
}

.gallery_c  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.gallery_c  dl dd .desctext_c h3
{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}*/



.innerbanner.shalong_bg
{
	background-image:url(../images/shalongbanner.jpg);	
}


.shalong_bg .bigtitle_c
{
	width:100%;
	height:100%;
	display:table;
}


.shalong_bg .bigtitle_c .sub_c_title
{
	display:table-cell;
	vertical-align:middle;
}
.shalong_bg .bigtitle_c .sub_c_title .title_s_c
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
}
.shalong_bg .bigtitle_c .sub_c_title .title_h2_c
{
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px auto;
}


.shalong_c_11
{
	margin-top:125px;
	margin-bottom:85px;
}
@media (max-width: 767px) {
  .shalong_c_11
	{
		margin-top:80px;
		margin-bottom:35px;
		padding:0;
	}
}


@media (max-width: 991px) and (min-width: 768px)
{
  .shalong_c_11
	{
		margin-top:85px;
		margin-bottom:65px;
	}	
}


@media (max-width: 1199px) and (min-width: 992px)
{
	  .shalong_c_11
		{
			margin-top:95px;
			margin-bottom:75px;
		}	
}


.shalong_c {
	margin:85px auto 85px auto;
	/*width:100%;*/
}
@media (max-width: 767px) {
  .shalong_c {
	margin:35px auto 35px auto;
	width:100%;
	padding:0 0 0 0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .shalong_c {
	margin: 35px auto 55px auto;
	width:100%;
   }
}



.shalong_c dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto 35px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15)
}

.shalong_c  dl dd
{
	background-color:#fff;
}

.shalong_c  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.shalong_c  dl dd .desctext_c h3
{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.shalong_c  dl dd .desctext_c h3 a
{
	font-size:14px;
	color:#323232;
}

.shalong_c  dl dd .desctext_c h3 a:hover{
	color:#d9302d;
}



.shalong_d{
	margin:90px auto;
}


@media (max-width: 767px) {
	.shalong_d{
	   margin:45px auto;
   }

}


.shalong_d h1{
	font-size:24px;
	color:#323232;
	text-align:center;
}


@media (max-width: 767px) {
	.shalong_d h1{
		font-size:18px;
	}
}


.shalong_d .borderline {
    position: relative;
    width: 45%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 48px auto 60px  auto;
}

@media (max-width: 767px) {
   .shalong_d .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.shalong_d .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #d9302d;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}
.shalong_d .textsdd{
	line-height:28px;
	font-size:14px;
	color:#323232;

}





/*项目大浏览*/
.innerbanner.project_bg
{
	background-image:url(../images/project_bg.jpg);	
}


.project_bg .bigtitle_c
{
	width:100%;
	height:100%;
	display:table;
}


.project_bg .bigtitle_c .sub_c_title
{
	display:table-cell;
	vertical-align:middle;
}
.project_bg .bigtitle_c .sub_c_title .title_s_c
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
}
.project_bg .bigtitle_c .sub_c_title .title_h2_c
{
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px auto;
}

.project_c
{
	margin:138px auto 0 auto;
}

@media (max-width: 767px) {
  .project_c {
	margin:85px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project_c {
	margin: 110px auto 55px auto;
	width:100%;
   }
}

@media (max-width: 1199px) and (min-width: 992px){
  .project_c {
	margin: 110px auto 55px auto;
	width:100%;
   }
}

.project_c .top_c_c
{
	text-align:center;
}

.project_c .top_c_c h1
{
	font-size:24px;
	color:#323232;
	font-weight:bold;
	text-align:center;
}

.project_c .top_c_c ul
{
	margin: 0 auto 35px auto;
}
@media (max-width: 767px) {
	.project_c .top_c_c ul
	{
		margin: 0 auto 15px auto;
	}
}


.project_c .top_c_c ul li
{
	display:inline-block;
	margin:auto 10px;
}


@media (max-width: 767px) {
	.project_c .top_c_c ul li
	{
		margin:5px 10px;
	}

}

.project_c .top_c_c ul li a
{
	color:#262626;
	
}

@media (max-width: 767px) {
	.project_c .top_c_c ul li a
	{
		font-size:14px;	
	}
}

.project_c .top_c_c ul li a.color_cru
{
	color:#d9302d;
}

.project_c .top_c_c ul li a:hover
{
	color:#d9302d;
}


.project_c .top_c_c .sublistc{
	margin: 0 auto 35px auto;
}


.project_c .p_list_c
{
	margin-top:0;
}

.project_c dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15)
}


.project_c  dl dd
{
	background-color:#fff;
}

.project_c  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.project_c  dl dd .desctext_c h3
{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.project_c  dl dd .desctext_c h3 a
{
	color:#323232;
	font-size:14px;
}
.project_c  dl dd .desctext_c h3 a:hover
{
	color:#d9302d;
}



/*产品详细页*/
.project_banner
{
	height:100%;
	/*padding-bottom:45px;*/
	margin-top:108px;
	overflow:hidden;
}


@media (max-width: 767px) {
	.project_banner
	{
		height:100%;
		/*padding-bottom:45px;*/
		margin-top:52px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.project_banner
	{
		height:100%;
		/*padding-bottom:45px;*/
		margin-top:68px;
	}
}




@media (max-width: 1199px) and (min-width: 992px)
{
	.project_banner
	{
		height:100%;
		/*padding-bottom:45px;*/
		margin-top:68px;
	}
}



@media (max-width: 1280px) and (min-width: 1200px)
{
	.project_banner
	{
		height:100%;
		/*padding-bottom:45px;*/
		margin-top:98px;
	}

}

.project_pic {
    width: 90%;
    /*height: 100%;*/
	margin:0 auto;
    /*overflow: hidden;*/
	/*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);*/	
}



@media (max-width: 767px) {
	.project_pic
	{
		width:100%;
	}

}

.project_pic .project_pic_list {
    width: 100%;

    /*height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -o-transform: matrix(1, 0, 0, 1, 0, 0);*/

}


/*产品轮播自定义分页器的样*/
.swiper-button-prev-as
{
	left: 1.5%;
 /*   top: 40%;	*/
}
.swiper-button-next-as
{
	right: 1.5%;
	/*top: 40%;*/
}

.swiper-pagination-as
{
	bottom: 10%;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
	.swiper-pagination-as
	{
		bottom: -6%;
	}
}
.swiper-pagination-customs-1 {
	width: 80px;
	height: 46px;
	/*width:auto;
	height:auto;*/
	display: inline-block;
	/*background: #000;*/
	opacity: .85;
	/*margin: 0 5px;*/
	margin: 5px 8px 0 0;
	cursor:pointer;
}
/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-1
{
	opacity: 1;
	border:3px solid #fff;
}

@media (max-width: 767px) {
	.swiper-pagination-customs-1
	{
		border:0;	
	}
}

.swiper-pagination-customs-1-active {
	opacity: 1;
	border:3px solid #868686;
}
.swiper-pagination-customs-1-active .imgborder
{
	width: 94px;
	height: 64px;
}
.swiper-pagination-customs-1 .imgborder
{
	width: 74px;
	height: 40px;
}

@media (max-width: 767px) {
	.swiper-pagination-customs-1 {
		width: 4px;
		height: 2px;
		background-color: #fff;
		opacity: 0.75;
		margin: 0 1px;
		cursor:pointer;
		border-radius:6px;
	}

	.swiper-pagination-customs-1-active {
		opacity: 1;
		border:0;
		background-color: #d9302d;
	}

	.swiper-pagination-customs-1 .imgborder
	{
		width: 0;
		height: 0;
	}
	
	
}



@media (min-width: 768px) and (max-width: 991px) {

	  .swiper-pagination-customs-1 {
		  width: 70px;
		  height: 40px;
	  }
	  

	  .swiper-pagination-customs-1  .imgborder{
           width: 64px;
          height: 34px;
	  }
	
	  .swiper-pagination-customs-1-active .imgborder
	  {
           width: 64px;
          height: 34px;
	  }
}



.project_c_d
{
	margin:25px auto 25px auto;
	width:90%;
	padding:0;
}

@media (max-width: 767px) {
  .project_c_d {
	margin:0 auto 35px auto;
	padding:0 15px;
	width:100%;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .project_c_d {
	margin: 35px auto 55px auto;
	
   }
}

.project_c_d .left_p_c .projectname
{
	font-size:18px;
	color:#323232;
	text-align:left;
	font-weight:800;
}


@media (max-width: 767px) {
	.project_c_d .left_p_c .projectname
	{
		font-size:18px;
		font-weight:800;
		line-height:28px;
		text-align:center;
		margin-top:30px;
	}	
}

.project_c_d .left_p_c .line_b_tom
{
	height:1px;
	width:100%;
	margin:20px 0;
	background-color:rgba(0,0,0,0.18);
} 

.project_c_d .right_p_c
{
	margin-top:20px;
	margin-bottom:20px;
	color:#323232;
	font-size:14px;
	line-height:35px;
	text-align:right;
}


@media (max-width: 767px) {
  .project_c_d .right_p_c
  {
	 text-align:center; 
	  margin-top:5px;
	 margin-bottom:0;
  }
}



/*图册详细页*/
.casesd_banner
{
	height:80%;
	padding-bottom:45px;
}



.casesd_pic {
    width: 90%;
    height: 100%;
	margin:0 auto;
    /*overflow: hidden;*/
	box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	
}



@media (max-width: 767px) {
	.casesd_pic
	{
		width:100%;
	}

}

.casesd_pic .casesd_pic_list {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}


/*产品轮播自定义分页器的样*/
.swiper-cased-button-prev-as
{
	left: 1.5%;
 /*   top: 40%;	*/
}
.swiper-cased-button-next-as
{
	right: 1.5%;
	/*top: 40%;*/
}

.swiper-cased-pagination-as
{
	bottom: 12%;
    width: 100%;
    text-align: center;
}
.swiper-cased-pagination-customs-1 {
	width: 100px;
	height: 70px;
	/*width:auto;
	height:auto;*/
	display: inline-block;
	/*background: #000;*/
	opacity: .85;
	/*margin: 0 5px;*/
	margin: 0 8px 0 0;
	cursor:pointer;
}
/*自定义分页器激活时的样式表现*/
.swiper-cased-pagination-customs-1
{
	opacity: 1;
	border:3px solid #fff;
}

@media (max-width: 767px) {
	.swiper-cased-pagination-customs-1
	{
		border:0;	
	}
}

.swiper-cased-pagination-customs-1-active {
	opacity: 1;
	border:3px solid #868686;
}
.swiper-cased-pagination-customs-1-active .imgborder
{
	width: 94px;
	height: 64px;
}
.swiper-cased-pagination-customs-1 .imgborder
{
	width: 94px;
	height: 64px;
}

@media (max-width: 767px) {
	.swiper-cased-pagination-customs-1 {
		width: 20px;
		height: 4px;
		background-color: #fff;
		opacity: 1;
		margin: 0 3px;
		cursor:pointer;
		border-radius:6px;
	}

	.swiper-cased-pagination-customs-1-active {
		opacity: 1;
		border:0;
		background-color: #d9302d;
	}

	.swiper-cased-pagination-customs-1 .imgborder
	{
		width: 0;
		height: 0;
	}
	
	
}



@media (min-width: 768px) and (max-width: 991px) {

	  .swiper-cased-pagination-customs-1 {
		  width: 70px;
		  height: 40px;
	  }
	  

	  .swiper-cased-pagination-customs-1  .imgborder{
           width: 64px;
          height: 34px;
	  }
	
	  .swiper-cased-pagination-customs-1-active .imgborder
	  {
           width: 64px;
          height: 34px;
	  }
}



.casesd_c_d
{
	margin:25px auto 25px auto;
	width:90%;
	padding:0;
}

@media (max-width: 767px) {
  .casesd_c_d {
	margin:0 auto 35px auto;
	padding:0 15px;
	width:100%;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .casesd_c_d {
	margin: 35px auto 55px auto;
	
   }
}

.casesd_c_d .left_p_c .casesdname
{
	font-size:18px;
	color:#323232;
	text-align:left;
	font-weight:800;
}


@media (max-width: 767px) {
	.casesd_c_d .left_p_c .casesdname
	{
		font-size:18px;
		font-weight:800;
		line-height:28px;
		text-align:center;
	}	
}

.casesd_c_d .left_p_c .line_b_tom
{
	height:1px;
	width:100%;
	margin:20px 0;
	background-color:rgba(0,0,0,0.18);
} 

.casesd_c_d .right_p_c
{
	margin-top:20px;
	margin-bottom:20px;
	color:#323232;
	font-size:14px;
	line-height:35px;
	text-align:right;
}


@media (max-width: 767px) {
  .casesd_c_d .right_p_c
  {
	 text-align:center; 
  }
}






/*设计流程*/

.innerbanner.flow_bg
{
	background-image:url(../images/flow_bg.jpg);	
}

.flow_bg .bigtitle_c
{
	width:100%;
	height:100%;
	display:table;
}


.flow_bg .bigtitle_c .sub_c_title
{
	display:table-cell;
	vertical-align:middle;
}
.flow_bg .bigtitle_c .sub_c_title .title_s_c
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
}
.flow_bg .bigtitle_c .sub_c_title .title_h2_c
{
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px auto;
}



/*.flow_a_1 {
	margin:85px auto 0 auto;
}

@media (max-width: 767px) {
  .flow_a_1 {
	margin:35px auto 35px auto;
	width:100%;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flow_a_1 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.flow_a_1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    margin: 15px auto;
	color:#323232;
    font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;
    font-weight: bold;	

}


@media (max-width: 767px) {
   .flow_a_1 h1 {
	   font-size:24px;
   }
}

.flow_a_1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .flow_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.flow_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}*/

.flow_a_1
{
	margin:120px auto 0 auto;
}


@media (max-width: 767px){
	.flow_a_1
	{
		margin:35px auto 35px auto;
		padding:0;
	}
}

.flow_a_1 h6
{
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 35px auto 35px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}

@media (max-width: 767px) {
  .flow_a_1 h6
  {
	  margin:18px auto 0px auto;
	  text-align:center;
	  font-size: 24px;
  }
}

.flow_a_1 h6 .numberss
{
	font-size:35px;
	color:#d9302d;
}



@media (max-width: 767px) {
	.flow_a_1 h6 .numberss
	{
		font-size:36px;
	}
}





.flow_a_1 h5 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}


@media (max-width: 767px) {
  .flow_a_1 h5 {
	  font-size:24px;
  }
}


.flow_a_1 h5 .colorc
{
	color:#d9302d;
	font-size:45px;
}


@media (max-width: 767px) {
	.flow_a_1 h5 .colorc
	{
		font-size:36px;
	}
}




.flow_a_1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .flow_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.flow_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}






.flow_a_1  .onec
{
	position:relative;
	padding:65px 35px;
	background-color:#f3f2f3;
	margin-top:250px;
}


@media (max-width: 767px) {
	.flow_a_1  .onec
	{
		margin-top:35px;
	}
}


.flow_a_1  .onec.clearapdad
{
	margin-top:-60px;	
}



@media (max-width: 767px) {
	.flow_a_1  .onec.clearapdad
	{
		margin-top:15px;	
	}


}


.flow_a_1  .onec .linecs
{
	width:2px;
	height:50px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:50%;
	top:-25px;
	margin-left:-1px;
}
.flow_a_1 .onec .c_lr
{
	display:inline-block;

	width:48%;
}



@media (max-width: 767px) {
   .flow_a_1 .onec .c_lr
   {
	   width:100%;
   }
}



.flow_a_1 .onec .c_lr.c_lr_r
{
		position:relative;
}
.flow_a_1 .onec .c_lr.c_lr_r h1
{
	font-size:18px;
	text-align:center;
	color:#262626;
	font-weight:bold;
}


@media (max-width: 767px) {
	.flow_a_1 .onec .c_lr.c_lr_r h1
	{
		margin:25px auto;
	}
}


.flow_a_1 .onec .c_lr.c_lr_r .text_c
{
	font-size:14px;
	line-height:35px;
	text-align:center;
	margin-top:25px;
}
.flow_a_1 .onec .c_lr.c_lr_r .ccf_sub
{
	position:absolute;
    left: -95%;
    top: 45px;

}


@media (max-width: 767px) {
   .flow_a_1 .onec .c_lr.c_lr_r .ccf_sub
   {
	   position:static;
	   
   }
   .flow_a_1 .onec .c_lr.c_lr_r .ccf_sub img
   {
	   display:block;
	   margin-right:auto;
	   margin-left:auto;
   }
}


.flow_a_1 .twoc
{
	position:relative;

	padding:65px 35px;
	background-color:#f3f2f3;	
}


@media (max-width: 767px) {
.flow_a_1 .twoc
{
	margin-top:35px;
}

}


.flow_a_1 .twoc.addpead
{
	margin-top:60px;
}


@media (max-width: 767px) {
  .flow_a_1 .twoc.addpead
	{
		margin-top:35px;
	}
}


.flow_a_1 .twoc.addpead_2
{
	margin-top:-112px;
}

@media (max-width: 767px) {
  .flow_a_1 .twoc.addpead_2
	{
		margin-top:35px;
	}
}



.flow_a_1  .twoc .linecs
{
	width:2px;
	height:50px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:50%;
	top:-25px;
	margin-left:-1px;
}


.flow_a_1 .twoc  .testss h1
{
	 margin:25px auto;
	font-size: 18px;
    text-align: center;
    color: #262626;
    font-weight: bold;
}

@media (max-width: 767px) {
  .flow_a_1 .twoc  .testss h1{
	  margin:25px auto;
  }
}

.flow_a_1 .twoc  .testss  .text_c
{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin-top: 25px;
}


@media (max-width: 767px) {
   .flow_a_1 .addpadad
   {
	   margin-bottom:25px;
   }
}





.design_flow_a_1_bg
{
	background-color:#f2f2f2;
	
}

.design_flow_a_1 {
	margin:85px auto 0 auto;
	padding:100px 15px;
	
}

@media (max-width: 767px) {
  .design_flow_a_1 {
	margin:35px auto 35px auto;
	width:100%;
	padding:35px 0 0 0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .design_flow_a_1 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.design_flow_a_1 h6 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}


@media (max-width: 767px) {
  .design_flow_a_1 h6 {
	  font-size:24px;
	  text-align:center;
  }
}



.design_flow_a_1 h6 .numberss
{
	font-size:35px;
	color:#d9302d;
}



@media (max-width: 767px) {
	.design_flow_a_1 h6 .numberss
	{
		font-size:36px;
	}
}


@media (max-width: 767px) {
	.design_flow_a_1 h6 .colorc
	{
		font-size:36px;
		color:#d9302d;
	}
}


@media (max-width: 767px) {
   .design_flow_a_1 h1 {
	   font-size:24px;
   }
}

.design_flow_a_1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .design_flow_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.design_flow_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}





.design_flow_a_1  .onec
{
	position:relative;
	padding:65px 35px;
	background-color:#fff;
	margin-top:250px;
}


@media (max-width: 767px) {
	.design_flow_a_1  .onec
	{
		margin-top:35px;
	}
}


.design_flow_a_1  .big_two  .onec
{
	position:relative;
	padding:65px 35px;
	background-color:#fff;
	margin-top:88px;
}


@media (max-width: 767px) {
	.design_flow_a_1 .big_two  .onec
	{
		margin-top:65px;
	}
}

.design_flow_a_1  .onec.clearapdad
{
	margin-top:-60px;	
}



@media (max-width: 767px) {
	.design_flow_a_1  .onec.clearapdad
	{
		margin-top:15px;	
	}


}


.design_flow_a_1  .onec .linecs
{
	width:2px;
	height:50px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:50%;
	top:-25px;
	margin-left:-1px;
}
.design_flow_a_1 .onec .c_lr
{
	display:inline-block;

	width:48%;
}



@media (max-width: 767px) {
   .design_flow_a_1 .onec .c_lr
   {
	   width:100%;
   }
}



.design_flow_a_1 .onec .c_lr.c_lr_r
{
		position:relative;
}
.design_flow_a_1 .onec .c_lr.c_lr_r h1
{
	font-size:18px;
	text-align:center;
	color:#262626;
	font-weight:bold;
}


@media (max-width: 767px) {
	.design_flow_a_1 .onec .c_lr.c_lr_r h1
	{
		margin:25px auto;
	}
}


.design_flow_a_1 .onec .c_lr.c_lr_r .text_c
{
	font-size:14px;
	line-height:35px;
	text-align:center;
	margin-top:25px;
}
.design_flow_a_1 .onec .c_lr.c_lr_r .ccf_sub
{
	position:absolute;
    left: -95%;
    top: 45px;

}


@media (max-width: 767px) {
   .design_flow_a_1 .onec .c_lr.c_lr_r .ccf_sub
   {
	   position:static;
	   
   }
   .design_flow_a_1 .onec .c_lr.c_lr_r .ccf_sub img
   {
	   display:block;
	   margin-right:auto;
	   margin-left:auto;
   }
}


.design_flow_a_1 .twoc
{
	position:relative;

	padding:65px 35px;
	background-color:#fff;	
}

.design_flow_a_1 .twoc.three_c
{
	margin-top:100px;
}


.design_flow_a_1 .big_two .twoc.three_c
{
	margin-top:5px;
}


@media (max-width: 1280px) and (min-width: 1200px)
{
	.design_flow_a_1 .big_two .twoc.three_c
	{
		margin-top:-100px;
	}

}


@media (max-width: 1199px) and (min-width: 992px)
{
	.design_flow_a_1 .big_two .twoc.three_c
	{
		margin-top:-155px;
	}
}

@media (max-width: 991px) and (min-width: 768px)
{
	.design_flow_a_1 .big_two .twoc.three_c
	{
		margin-top:-155px;
	}	
}


@media (max-width: 767px) {
	.design_flow_a_1 .twoc.three_c
	{
		margin-top:45px;
	}
	
	
	.design_flow_a_1 .big_two .twoc.three_c
	{
		margin-top:45px;
	}


}


.design_flow_a_1 .twoc.addpead
{
	margin-top:0;
}

.design_flow_a_1 .big_two .twoc.addpead
{
	margin-top:-100px;
}


.design_flow_a_1 .big_three .twoc.addpead
{
	margin-top:-45px;
}



@media (max-width: 1280px) and (min-width: 1200px)
{
	.design_flow_a_1 .big_two .twoc.addpead
	{
		margin-top:-200px;
	}	

	.design_flow_a_1 .big_three .twoc.addpead
	{
		margin-top:-145px;
	}

	
}

@media (max-width: 1199px) and (min-width: 992px)
{
	.design_flow_a_1 .big_two .twoc.addpead
	{
		margin-top:-245px;
	}
	.design_flow_a_1 .big_three .twoc.addpead
	{
		margin-top:-228px;
	}	
}

@media (max-width: 991px) and (min-width: 768px)
{
	.design_flow_a_1 .big_two .twoc.addpead
	{
		margin-top:-245px;
	}	
	.design_flow_a_1 .big_three .twoc.addpead
	{
		margin-top:-250px;
	}		
}

@media (max-width: 767px) {
  .design_flow_a_1 .twoc.addpead
	{
		margin-top:45px;
	}

	.design_flow_a_1 .big_two .twoc.addpead
	{
		margin-top:45px;
	}
	
	.design_flow_a_1 .big_three .twoc.addpead
	{
		margin-top:25px;
	}
	
		
}


.design_flow_a_1 .twoc.addpead_2
{
	margin-top:-112px;
}

@media (max-width: 767px) {
  .design_flow_a_1 .twoc.addpead_2
	{
		margin-top:35px;
	}
}



.design_flow_a_1  .twoc .linecs
{
	width:2px;
	height:50px;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	left:50%;
	top:-25px;
	margin-left:-1px;
}


.design_flow_a_1 .twoc  .testss h1
{
	 margin:25px auto;
	font-size: 18px;
    text-align: center;
    color: #262626;
    font-weight: bold;
}

@media (max-width: 767px) {
  .design_flow_a_1 .twoc  .testss h1{
	  margin:25px auto;
  }
}

.design_flow_a_1 .twoc  .testss  .text_c
{
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    margin-top: 25px;
}


@media (max-width: 767px) {
   .design_flow_a_1 .addpadad
   {
	   margin-bottom:25px;
   }
}






.eight_flow_a_1 {
	margin:85px auto 0 auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .eight_flow_a_1 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .eight_flow_a_1 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.eight_flow_a_1 h6 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}


.eight_flow_a_1 h6 .colorc
{
	color:#d9302d;
	font-size:35px;
}


@media (max-width: 767px) {
   .eight_flow_a_1 h6 {
	   font-size:24px;
	   text-align:center;
   }
}

.eight_flow_a_1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .eight_flow_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.eight_flow_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}


.eight_flow_a_1 .icocontet {
	margin:0 auto 50px auto;
}
.eight_flow_a_1 .ttitle1 {
	font-size:18px;
	text-align:center;
	margin:8px auto 0 auto;
	font-weight:800;
	color:#323232;
}


@media (max-width: 767px) {
  .eight_flow_a_1 .ttitle1 {
	  font-size:16px;
  }
}

.eight_flow_a_1 .textlist{
     font-size: 14px;
    line-height: 30px;
    margin: 20px 0 0 0;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: center;
}

/*业务领域*/
.innerbanner.services_bg
{
    background-image:url(../images/services_bg.jpg);	
}
.services_bg .bigtitle_c
{
	width:100%;
	height:100%;
	display:table;
}


.services_bg .bigtitle_c .sub_c_title
{
	display:table-cell;
	vertical-align:middle;
}
.services_bg .bigtitle_c .sub_c_title .title_s_c
{
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	font-size:28px;
	font-weight:bold;
}
.services_bg .bigtitle_c .sub_c_title .title_h2_c
{
	font-size:18px;
	color:#FFF;
	text-align:center;
	margin:15px auto;
}

.services_a_1 {
	margin:85px auto 0 auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .services_a_1 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .services_a_1 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.services_a_1 h6 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto 35px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}

@media (max-width: 767px) {
  .services_a_1 h6 {
	  font-size:24px;
	  text-align:center;
	  margin: 15px auto 15px auto;
  }
}



@media (max-width: 767px) {
   .services_a_1 h1 {
	   font-size:24px;
   }
}

.services_a_1 .borderline {
    position: relative;
    width: 45%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .services_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.services_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #d9302d;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}
.services_a_1  .boxc_c
{
	position:relative;
}
.services_a_1  .boxc_c .box_num
{
    position: absolute;
    width: 116px;
    height: 130px;
    /* border: 1px solid #F00; */
    top: 50%;
    left: 50%;
    margin-top: -61px;
    margin-left: -63px;
    font-size: 100px;
    font-weight: 800;
    color: #d9302d;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    text-align: center;
}
@media (max-width: 767px) {

   .services_a_1  .boxc_c .box_num
   {
	   font-size: 45px;
        margin-top: -27px;
   }
}
/*底部版权*/
.publicfooter
{
	margin: 85px auto 0  auto;
	width:100%;
}

.publicfooter .relpos
{
	 position:relative;
}

@media (max-width: 767px) {
	.publicfooter
	{
		margin: 0 auto 0  auto;

	}
}


.publicfooter .relpos .cmap
{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	
	width:50%;
	height:100%;
}

@media (max-width: 767px) {
	.publicfooter .relpos .cmap
	{
		width:100%;
		position:static;
		height:110px;
	}
}


.publicfooter .relpos .cmap .cleftc
{
	width:100%;
	height:100%;
	border-top:1px solid rgba(0, 0, 0, 0.085);
}

.publicfooter .relpos .cmap .cleftc .mapcontainer
{
	width:100%;
	height:100%;
}




.publicfooter .crightc
{
	background-color:#efefef;
	border-top:1px solid rgba(0, 0, 0, 0.015);
	height:100%;
	
} 



.publicfooter .crightc .contacttext
{
	width:100%;
	height:100%;
    display:inline-table;
	padding:80px 0 60px 80px;
}



@media (min-width: 768px) and (max-width: 991px) {
  .publicfooter .crightc .contacttext
  {
	  width:100%;
	  height:100%;
	  display:inline-table;
	  padding:60px 15px 60px 15px;
  }
}


@media (max-width: 767px) {
	.publicfooter .crightc .contacttext
	{
		
		padding:15px 15px 20px 15px;
	}
}


.publicfooter .crightc .contacttext .sub_contacttext
{
	height:100%;
    display:table-cell;
	vertical-align:middle;
}
.publicfooter .crightc .contacttext .sub_contacttext h2
{
	font-size:14px;
	color:#323232;
	text-align:left;
	padding-left:3px;
}


@media (max-width: 767px) {
  .publicfooter .crightc {
	  height:100%;	
   }
   
   .publicfooter .crightc .contacttext .sub_contacttext .wxpic img
   {
	   margin-left:auto;
	   margin-right:auto;
	   display:block;
	   width: 65px;
   }
   .publicfooter .crightc .contacttext .sub_contacttext h2{
	   text-align:center;
	   font-size:12px;
   }
}


.publicfooter .crightc .contacttext .sub_contacttext h1 {
	font-size:24px;
	color:#323232;
	font-weight:bold;
	text-align:left;
	padding:0 15px 0 0;
	position:relative;
}
.publicfooter .crightc .contacttext .sub_contacttext h1 span {
    font-size: 65px;
    position: absolute;
    left: 0;
    bottom: -15px;
    filter: alpha(opacity=12);
    -moz-opacity: 0.12;
    opacity: 0.12;
	
}

@media (min-width: 768px) and (max-width: 991px) {
	.publicfooter .crightc .contacttext .sub_contacttext h1 {

		text-align:center;
	}
}



@media (max-width: 767px) {
	.publicfooter .crightc .contacttext .sub_contacttext h1 {
		font-size:15px;
		padding:0 0;
		text-align:center;
	}
}

.publicfooter .crightc .contacttext .sub_contacttext .splitline {
	width:90%;
	height:1px;
	background-color:rgba(0, 0, 0, 0.10);
	margin:28px 0;
	position:relative;
}

@media (max-width: 767px) {
	.publicfooter .crightc .contacttext .sub_contacttext .splitline {
		width:100%;
		margin:20px  auto;

	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.publicfooter .crightc .contacttext .sub_contacttext .splitline {
		width:100%;
		margin:35px  auto;

	}
}


.publicfooter .crightc .contacttext .sub_contacttext .splitline .ogeline {
    display: block;
    width: 142px;
    height: 5px;
    background-color: #d6d6d6;
    margin: 0 auto;
    position: absolute;
    left: 0%;
    margin-left: 0;
    top: 50%;
    margin-top: -3px;
}

@media (max-width: 767px) {
	.publicfooter .crightc .contacttext .sub_contacttext .splitline .ogeline {
	
		left: 50%;
		margin-left: -75px;
	}
}


@media (min-width: 768px) and (max-width: 991px) {
	.publicfooter .crightc .contacttext .sub_contacttext .splitline .ogeline {
	
		left: 50%;
		margin-left: -75px;
	}
}





.publicfooter .crightc .contacttext .sub_contacttext .iconstxt {
	padding-top:5px;
	padding-bottom:5px;	
    padding-left:45px;
	background:url(../images/cphone.png) no-repeat left center;

	font-size:14px;
	color:#323232;
	margin-bottom:18px;
}
@media (max-width: 767px) {
	.publicfooter .crightc .contacttext .sub_contacttext .iconstxt {
		padding-top:3px;
		padding-bottom:5px;	
		margin-bottom:5px;
		font-size:12px;
	}
}
.publicfooter .crightc .contacttext .sub_contacttext .iconstxt a
{
	color:#323232;
}

@media (max-width: 767px) {
	.publicfooter .crightc .contacttext .sub_contacttext .iconstxt a
	{
		font-size:12px;
	}
}

.publicfooter .crightc .contacttext .sub_contacttext .iconstxt a:hover
{
	color:#323232;
}
.publicfooter .crightc .contacttext .sub_contacttext .iconstxt_mob {

	background:url(../images/zl.png) no-repeat center center;
	/*padding-left:45px;*/
	padding-top:40px;
	padding-bottom:0;
	font-size:14px;
	color:#323232;
	margin-bottom:25px;
	text-align:center;
}




.publicfooter .crightc .contacttext .sub_contacttext .iconstxt_1 {
	background:url(../images/caddress.png) no-repeat left center;
    padding-left:45px;
	padding-top:8px;
	padding-bottom:8px;
}

@media (max-width: 767px) {
  .publicfooter .crightc .contacttext .sub_contacttext .iconstxt_1 {
	  background:url(../images/caddress.png) no-repeat center top;
	  padding-left:0;
	  height:80px;
	  font-size:14px;
	  text-align:center;
  }
  .publicfooter .crightc .contacttext .sub_contacttext .iconstxt_1 .cett{
	  margin-top:50px;
  }
}

.publicfooter  .wxcontent
{
	float:left;
	margin-top:20px;
}


@media (max-width: 767px) {
	.publicfooter  .wxcontent
	{
		float:none;
	}
}


.publicfooter  .wxcontent img
{
	border-radius:5px;
}


.publicfooter   h2
{
	font-size:14px;
	line-height:22px;
	color:#FFF;
	margin:10px  auto 0 auto;
	text-align:center;
}

@media (max-width: 767px) {
   
   .publicfooter   h2
   {
	   font-size:12px;
   }

}



.publicfooter_1
{
	background-color:#fff;
	padding:18px 15px;
	text-align:center;
	color:#323232;
	overflow:hidden;
}


@media (max-width: 767px) {
	.publicfooter_1 .copyright
	{
		font-size:12px;
	}

}

.publicfooter_1 a
{
	color:#323232;
	font-size:14px;
}
@media (max-width: 767px) {
    .publicfooter_1 a{
		font-size:12px;
	}
}
.publicfooter_1 a:hover{
	color:#333;
}


/*分页样式二start*/
.jogger {
	/*padding-right: 2px; */padding-left: 2px; padding-bottom: 2px; margin: 7px 0 7px 0; padding-top: 2px; overflow:hidden; line-height:50px;
	
}
.jogger a {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #fff; padding-top: 0.5em; background-color: #818384; text-decoration: none; border-radius:4px;border:1px solid #818384;font-size: 14px;
}
.jogger a:hover {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #6d643c; padding-top: 0.5em; background-color: #ccc;border-radius:4px; border:1px solid #ccc;
}
.jogger a:active {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #6d643c; padding-top: 0.5em; background-color: #ccc;border-radius:4px;border:1px solid #ccc;
}
.jogger span.currentpage {
	padding-right: 0.64em; padding-left: 0.64em; padding-bottom: 0.43em; margin: 2px; color: #6d643c; padding-top: 0.5em; background-color: #ccc; border-radius:4px;border:1px solid #ccc;
}
/*end*/

.pages3
{
	text-align:center;
	margin-top:35px;
	padding-right:1em;
	overflow:hidden;
}

.pages5
{
	text-align:center;
	margin-top:15px;
	overflow:hidden;
}

/*
微信端新闻列表页
*/
@media (max-width: 767px)
{
	.news_container {
		margin: 65px auto 35px auto;
	}
}
.news_container .bordershadow{
	border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.20);
    overflow: hidden;
	padding:15px;
}
.news_container .bordershadow .first_row{
	margin-bottom:35px;
}
.news_container .bordershadow .img_c
{
	overflow:hidden;
	/*border-radius:5px;*/
	margin-bottom:10px;
}
.news_container .bordershadow h1{
	font-size:14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding:10px 0;
}

.news_container .bordershadow h1 a
{
	font-size:14px;
	color:#333;
}

.news_container .bordershadow h1 a:hover{
   color:#333;
}

.news_container .bordershadow .second_row{
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.news_container .bordershadow .second_row h2{
	font-size:14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_container .bordershadow .second_row h2 a
{
	font-size:14px;
	color:#333;
}

.news_container .bordershadow .second_row h2 a:hover{
   color:#333;
}
.news_container .bordershadow  .bottom_line{
	height:1px;
	background-color:rgba(0,0,0,.065);
	width:100%;
	margin:10px auto;
}


/*
微信端新闻详细页
*/
.newsarea_detail
{
	margin:85px auto 60px auto;
}



@media (max-width: 767px) {
  .newsarea_detail
	{
		margin: 65px auto 35px auto;
	}
}



.newsarea_detail h1
{
    color: rgba(0,0,0,0.85);
    font-size: 24px;
	line-height:45px;
	/*padding:0 30px;	*/
}


@media (max-width: 767px) {
   .newsarea_detail h1
   {
	   font-size:18px;
	   line-height:32px;
   }
}


.newsarea_detail .lineborder
{
	border-bottom:1px solid rgba(0, 0, 0, 0.12);
	margin:25px auto;
}
.newsarea_detail .date_txt
{
	padding:15px 0;
}
.newsarea_detail .date_txt .dated
{
	background:url(../images/rlb.png) no-repeat left center;
	padding-left:25px;
}
.newsarea_detail .imgc
{
	margin-bottom:35px;
}
.newsarea_detail .atricelshow
{
	margin-top:15px;
}
.newsarea_detail .lineborder_1
{
	height: 1px;
    background-color: #007db8;
    width: 100px;
	margin:0 0 25px 0;
}
.newsarea_detail .atricelshow .atricelshowtext
{
	text-align:left;
	font-size:16px;
	line-height:32px;
	text-indent:2em;
}

.newsarea_detail .atricelshow .atricelshowtext img
{
	width:0 auto;
	display:block;
	max-width:100%;
	
}	

@media (max-width: 767px) {
	.newsarea_detail .atricelshow .atricelshowtext
	{
		text-align:left;
		font-size:14px;
		line-height:25px;
	}
	
	
	.newsarea_detail .atricelshow .atricelshowtext img
	{
		display:block;
		max-width:100%;
	}	

}


.newsarea_detail .prenext
{
	margin-top:45px;
}
.newsarea_detail .prenext .aleft
{
	text-align:left;	
}

.newsarea_detail .prenext .aright
{
	text-align:right;	
}


@media (max-width: 767px) {
	.newsarea_detail .prenext .aleft
	{
		text-align:right;	
	}
	
	.newsarea_detail .prenext .aright
	{
		text-align:right;	
	}

}

.newsarea_detail  .prenext .list-more{
    margin: 1em 0;
    padding: 0.5em 0.8em 0.5em 0.8em;
	width:100%;
    border: 1px solid #d9302d;
    display: block;
	line-height:28px;
	color:#333;
	font-size:16px;
}


@media (max-width: 767px) {
  .newsarea_detail  .prenext .list-more{
    font-size:14px;
	text-align:left;
  }
}

.newsarea_detail  .prenext .list-more:hover{
	color:#fff;
	/*background-color:#d43532;*/
	}


.newsarea_detail  .prenext .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.newsarea_detail  .prenext .hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#d9302d;
  
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.newsarea_detail  .prenext .hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.newsarea_detail  .prenext .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}



.newsarea_detail .returnlist
{
	margin-top:45px;
	text-align:right;
}

@media (max-width: 767px) {
	.newsarea_detail .returnlist
	{
		margin-top:15px;
	}

}

.newsarea_detail .returnlist .alinkcss a
{
	-moz-transition: all 0.6s ease;
	-webkit-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;		
}

.newsarea_detail .returnlist .alinkcss a:hover
{
	color:#d9302d;
}


.newsarea_detail .returnlist .alinkcss a .iconfont
{
	font-size:36px;
	color:#d9302d;
}

.newsarea_detail .returnlist .alinkcss a .iconfont:hover
{
	color:#d9302d;
}

/*微信端关于我们*/
.wx_about_a_1 {
	margin:85px auto 0 auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .wx_about_a_1 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx_about_a_1 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.wx_about_a_1 h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto 35px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}


@media (max-width: 767px) {
   .wx_about_a_1 h1 {
	   font-size:24px;
	   text-align:center;
   }
}

.wx_about_a_1 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .wx_about_a_1 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.wx_about_a_1 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}



.wx_about_a_1  .showtext
{
	line-height:35px;
	font-size:14px;
	color:#262626;
	position:relative;
}

.wx_about_a_1  .showtext .reddiv
{
	font-weight:800;
	color:#d9302d;
	font-size:18px;
}
.wx_about_a_1  .showtext .center_line
{
	position:absolute;
	right:-58px;
	bottom: -100px;
	width:2px;
	height:345px;
    background: -moz-linear-gradient(to bottom,  #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -o-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: linear-gradient(to bottom, #333 0%, #fff 100%);
}
@media (max-width: 767px) {
	.wx_about_a_1  .showtext .center_line
	{
		position:static;
	}
}
.wx_about_a_1  .showtext img
{
	display:block;
	margin:35px 0;
	max-width: 100%;
	height: auto;	
}
.wx_about_a_1 .txt1
{
	margin:8px 0;
	padding:45px;
	position:relative;
}

@media (max-width: 767px) {
	.wx_about_a_1 .txt1
	{
		margin:35px 0;
	}
}

.wx_about_a_1 .txt1 .bg_c
{
	position:absolute;
	left:0;
	top:0;
	background-color:#eeebeb;
	width:200px;
	height:260px;
	z-index:-1
}
.wx_about_a_1 .txt1 .bottom_right_c
{
	position:absolute;
	right:0;
	bottom:0;
	background-color:#eeebeb;
	width:200px;
	height:260px;
	z-index:-1
}
.wx_about_a_1 .addmargin-left
{
	padding-left:80px;
}

@media (max-width: 767px) {
	.wx_about_a_1 .addmargin-left
	{
		padding-left:15px;
	}
}



.wx_about_a_1  .txt2
{
	line-height:35px;
	margin:25px 0;
	font-size:14px;
	color:#262626;
}

/*微信端企业文化*/
.wx_about_a_3 {
	margin:85px auto 135px auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .wx_about_a_3 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx_about_a_3 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.wx_about_a_3 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .wx_about_a_3 h1 {
	   font-size:24px;
   }
}

.wx_about_a_3 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .wx_about_a_3 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.wx_about_a_3 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}


.wx_about_a_3 .firsth1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto 45px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}


.wx_about_a_3 .left_ctext
{
	padding:50px 50px 0 0;
	position:relative;
}
.wx_about_a_3 .left_ctext .linetop
{
	position:absolute;
    right: -12px;
    top: 12px;
	width:100%;
	height:2px;
    background: -moz-linear-gradient(to left, #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to left, #333 0%, #fff 100%);
    background: -o-linear-gradient(to left, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to left, #333 0%, #fff 100%);
    background: linear-gradient(to left, #333 0%, #fff 100%);
	
	
}

.wx_about_a_3 .left_ctext .lineright
{
	position:absolute;
    right: 12px;
    top: -12px;
	height:100%;
	width:2px;
    background: -moz-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -o-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: linear-gradient(to bottom, #333 0%, #fff 100%);
	
	
}
.wx_about_a_3 .right_ctext
{

	padding:135px 0 0 50px;
}

@media (max-width: 767px) {
	.wx_about_a_3 .right_ctext
	{
	
		padding:50px 0 0 0;
	}

}


.wx_about_a_3 .right_ctext .icon_c li
{
	margin-bottom:25px;
	font-size:20px;
	color:#262626;
	font-weight:800;
    line-height: 38px;	
}
.wx_about_a_3 .right_ctext .icon_c li .letter_c
{
	font-size:18px;
}

.wx_about_a_3 .right_ctext .icon_c li .circle_c
{
	float:left;
	margin-right:15px;
	display:block;
	width:40px;
	height:40px;
	border:2px solid #999;
	border-radius:50%;
	text-transform:uppercase;
	text-align:center;
	line-height:36px;
	color:#950204;
	font-weight:800;
}


.wx_about_a_3 .right_ctext .icon_c li.clearbottom
{
	margin-bottom:0;
}
.wx_about_a_3 .right_ctext .icon_c li .iconfont
{
	font-size:35px;
	color:#323232;
	font-weight:normal;
}


.wx_about_a_3 .right_ctext .icon_c li  sub
{
	font-size:16px;
	font-weight:800;
	margin-left:15px;
	color:#999;
}
.wx_about_a_3 .right_ctext .descs_c
{
    margin-top: 65px;
    padding-left: 6px;
	line-height:35px;
} 
.wx_about_a_3 .right_ctext .descs_c h5
{
	margin-top:50px;
	font-size:24px;
	font-weight:800;
	color:#323232;
	text-align:left;
    padding-left: 6px;	
}
.wx_about_a_3 .right_ctext .descs_c .tetc
{
	margin-top:25px;
	font-size:16px;
	line-height:38px;
	color: #323232;
	padding-left:6px;
}
.wx_about_a_3 .right_ctext .descs_c .tetc .strb
{
	font-size:18px;
}

@media (max-width: 767px) {
	.wx_about_a_3 .right_ctext .descs_c .tetc
	{
		margin-top:25px;
		font-size:14px;
		line-height:30px;
	}
}

/*微信端大铭生活*/
.wx_about_a_5 {
	margin:180px auto 135px auto;
}

@media (max-width: 767px) {
  .wx_about_a_5 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx_about_a_5 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.wx_about_a_5 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    /*width: 220px;*/
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .wx_about_a_5 h1 {
	   font-size:24px;
   }
}

.wx_about_a_5 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .wx_about_a_5 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.wx_about_a_5 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.wx_about_a_5 .firstone
{  
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 5px auto 45px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
}


.wx_about_a_5 .textc_cs
{
    line-height: 35px;
    font-size: 14px;
    color: #262626;
	margin-top:35px;
	position:relative;
    padding-right: 35px;
}


@media (max-width: 767px) {
	.wx_about_a_5 .textc_cs
	{
		margin-top:0;
		padding-right: 15px;
		padding-bottom: 25px;
	}
}


.wx_about_a_5 .textc_cs .line_area
{
    position: absolute;
    left: 1px;
    top: 100%;
    width: 2px;
    height: 180px;
    background: -moz-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -webkit-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -o-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: -ms-linear-gradient(to bottom, #333 0%, #fff 100%);
    background: linear-gradient(to bottom, #333 0%, #fff 100%);
}
.wx_about_a_5 .life_list_c_big
{
	padding:0;
}
.wx_about_a_5 dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}

.wx_about_a_5  dl dd
{
	background-color:#fff;
}

.wx_about_a_5  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.wx_about_a_5  dl dd .desctext_c h3
{
	font-size:16px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*微信端事件与荣誉*/
.wx_about_a_4 {
	margin:85px auto 135px auto;
	/*width:100%;*/
}

@media (max-width: 767px) {
  .wx_about_a_4 {
	margin:50px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx_about_a_4 {
	margin: 50px auto 55px auto;
	width:100%;
   }
}


.wx_about_a_4 h1 {
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    text-align: left;
    left: 0;
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .wx_about_a_4 h1 {
	   font-size:24px;
	   text-align:center;
   }
}

.wx_about_a_4 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    /*background-color: rgba(103, 103, 103, 0.12);*/
    margin: 25px auto 12px  auto;
}

@media (max-width: 767px) {
   .wx_about_a_4 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
	   background-color: rgba(103, 103, 103, 0.12);
   }
}


.wx_about_a_4 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
	display:none;
}

@media (max-width: 767px) {
	.wx_about_a_4 .borderline span {
		display:block;
	}
}


.wx_about_a_4 dl {
    background-color:rgba(255,255,255,0.45);
    margin: 15px auto;
    /*box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.18);	*/
	box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.15);
}

.wx_about_a_4  dl dd
{
	background-color:#fff;
}

.wx_about_a_4  dl dd .desctext_c
{
	padding:25px 30px 30px 30px;
}

.wx_about_a_4  dl dd .desctext_c h3
{
	font-size:14px;
	text-align:center;
	font-weight:normal;
	color:#323232;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*微信端加入我们*/
.wx_about_a_7 {
	margin:220px auto 100px auto;
}

@media (max-width: 767px) {
  .wx_about_a_7 {
	margin:35px auto 35px auto;
	width:100%;
	padding:0;
   }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wx_about_a_7 {
	margin: 35px auto 55px auto;
	width:100%;
   }
}


.wx_about_a_7 h1 {
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    left: 0;
    margin: 15px auto;
	color:#323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;	

}






@media (max-width: 767px) {
   .wx_about_a_7 h1 {
	   font-size:24px;
   }
}

.wx_about_a_7 .borderline {
    position: relative;
    width: 100%;
    height: 1px;
    background-color: rgba(103, 103, 103, 0.12);
    margin: 25px auto 60px  auto;
}

@media (max-width: 767px) {
   .wx_about_a_7 .borderline {
       width: 80%;
	   margin: 25px auto 25px  auto;
   }
}


.wx_about_a_7 .borderline span {
    display: block;
    width: 150px;
    height: 5px;
    background-color: #c1c1c1;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -3px;
}

.wx_about_a_7 .topatatea
{
	margin-bottom:80px;
}

.wx_about_a_7 .job_left_c
{
}

.wx_about_a_7 .job_left_c h1
{
    font-size: 24px;
    text-transform: uppercase;
    margin: 15px auto;
    color: #323232;
    /*font-family: GOTHAM-BLACK, Arial, Helvetica, sans-serif;*/
    font-weight: bold;
	text-align:left;	
}

@media (max-width: 767px) {
	.wx_about_a_7 .job_left_c h1
	{
		text-align:center;
	}

}

.wx_about_a_7 .job_left_c h2
{
	margin:45px 0 25px 0;
	font-size:18px;
	text-align:left;
	color:#262626;
}

@media (max-width: 767px) {
	.wx_about_a_7 .job_left_c h2
	{
		text-align:left;

	}
}

.wx_about_a_7 .job_left_c .jobdescs
{
    font-size: 14px;
    line-height: 35px;
	color:#262626;
}

@media (max-width: 767px) {
	.wx_about_a_7 .job_left_c .jobdescs
	{
		margin-bottom:35px;
	}
}


.wx_about_a_7  .job_flow{
	margin:85px auto 0 auto;
}

.wx_about_a_7 .rwolinw {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.18);
	padding:20px 5px 5px 5px;
	margin:35px  auto 35px auto;

}

@media (max-width: 767px) {
  .wx_about_a_7 .rwolinw {
	  margin-left:-15px;
	  margin-right:-15px;
  }
}

.wx_about_a_7 .nbtn {
   margin-bottom:0;
}
.wx_about_a_7 .rwolinw .txts {
	overflow:hidden;
	font-size:14px;
	line-height:35px;
	padding:30px 24px 24px 24px;
	display:none;
	width:100%;
}


@media (max-width: 767px) {
  .wx_about_a_7 .rwolinw .txts {
	  font-size:14px;
	  line-height:25px;
  
  }
}


.wx_about_a_7 h6 {
	text-align:left;
	height:50px;
	padding-left:32px;
	background:url(../images/j1.png) no-repeat left center;
	font-size:16px;
	line-height:53px;
}


@media (max-width: 767px) {
	.wx_about_a_7 h6 {
		font-size:14px;
	}

}

@media (max-width: 767px) {
  .wx_about_a_7 h1 {
	  font-size: 14px;
  }

}


.wx_about_a_7 .j2 {
	background:url(../images/j2.png) no-repeat left center;
}
.wx_about_a_7 .j3 {
	background:url(../images/j3.png) no-repeat left center;
}
.wx_about_a_7 .j4 {
	width:26px;
	height:50px;
	float:right;
	background:url(../images/jh.png) no-repeat right center;
	cursor:pointer;
   -moz-transition: all .8s ease;
   -webkit-transition:all .8s ease;
   -o-transition:all .8s ease;
   transition:all .8s ease;
   line-height:53px;
}


@media (max-width: 767px) {
  .wx_about_a_7 .j4 {

	  float:left;
	  background:url(../images/jh.png) no-repeat left center;
  }

}



.wx_about_a_7 .j5 {
	background:url(../images/j_h.png) no-repeat right center;
}
.wx_about_a_7 .j4:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}
